Update 'roles/common/tasks/packages.yml'

This commit is contained in:
ubergeek
2018-12-21 22:25:01 -05:00
parent 3d61f03b20
commit 917d133810

View File

@@ -11,4 +11,9 @@
- git
- python
- man
- python-pip
- python-pip
# Install ansible python package, because it's the latest
- name: Install ansible
pip:
name: ansible