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