toansible: Name script task
This commit is contained in:
parent
b781da0566
commit
fc94a8f594
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
||||||
when: ansible_distribution == 'Debian'
|
when: ansible_distribution == 'Debian'
|
||||||
|
|
||||||
# some Arch derivatives don't have the package (arch32, archarm)
|
# some Arch derivatives don't have the package (arch32, archarm)
|
||||||
- script: scripts/shellcheck_binary_fix.sh
|
- name: Run shellcheck script
|
||||||
|
script: scripts/shellcheck_binary_fix.sh
|
||||||
when: ansible_distribution == 'Archlinux'
|
when: ansible_distribution == 'Archlinux'
|
||||||
|
|
||||||
- name: Copy configs
|
- name: Copy configs
|
||||||
|
|
Loading…
Add table
Reference in a new issue