Use python3 to install Ansible
This commit is contained in:
parent
867f9283e4
commit
fa1f9e2bf5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
- name: Install Ansible
|
||||
raw: which ansible || pip3 install ansible
|
||||
raw: which ansible || python3 -m pip install ansible
|
||||
changed_when: false
|
||||
|
|
Loading…
Add table
Reference in a new issue