This commit is contained in:
Vadim Shulkin 2025-03-03 22:23:13 -05:00
parent 204e185e7d
commit b4c14b9168
1 changed files with 1 additions and 1 deletions

View File

@ -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