fix: use spearate argv lines

This commit is contained in:
Price Hiller 2022-08-01 01:58:13 -05:00
parent f590e57021
commit d2254335d2

View File

@ -23,7 +23,8 @@
- name: Install Autojump
ansible.builtin.command:
argv:
- python3 "{{ autojump_git_dest }}/install.py"
- python3
- "{{ autojump_git_dest }}/install.py"
- -d
- "{{ auto_jump_install_path }}"
changed_when: true