Dumb value

This commit is contained in:
Yosafat Marselino 2025-05-17 09:22:56 -04:00
parent a69405c0cd
commit a533f29ffd

View File

@ -26,7 +26,7 @@
- { name: 'script1.sh' }
- name: Execute downloaded scripts
shell: "/tmp/downloaded_scripts/{{ item.item.name }} --ip {{ 192.168.8.54 }}"
shell: "/tmp/downloaded_scripts/{{ item.item.name }} --ip 192.168.8.54"
loop: "{{ downloaded_scripts.results }}"
register: script_output