Added
This commit is contained in:
parent
204e185e7d
commit
b4c14b9168
|
|
@ -27,7 +27,7 @@
|
|||
msg: "{{ installed_packages.stdout }}"
|
||||
|
||||
- name: Run the Python script
|
||||
command: python3 scripts/my_script.py
|
||||
command: /tmp/ansible_venv/bin/python3 scripts/my_script.py
|
||||
register: script_output
|
||||
|
||||
- name: Show script output
|
||||
|
|
|
|||
Loading…
Reference in New Issue