Missing prune arguments
This commit is contained in:
parent
1ccc256f3d
commit
0258791331
@ -29,7 +29,7 @@
|
||||
- { name: 'script1.sh' }
|
||||
|
||||
- name: Execute downloaded scripts
|
||||
shell: "/tmp/downloaded_scripts/{{ item.item.name }} --ip 192.168.8.54 --prune "
|
||||
shell: "/tmp/downloaded_scripts/{{ item.item.name }} --ip 192.168.8.54 --prune true "
|
||||
loop: "{{ downloaded_scripts.results }}"
|
||||
register: script_output
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user