Update 'roles/common/tasks/packages.yml'
This commit is contained in:
parent
3d61f03b20
commit
917d133810
|
@ -12,3 +12,8 @@
|
|||
- python
|
||||
- man
|
||||
- python-pip
|
||||
|
||||
# Install ansible python package, because it's the latest
|
||||
- name: Install ansible
|
||||
pip:
|
||||
name: ansible
|
Loading…
Reference in New Issue