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

This commit is contained in:
ubergeek 2018-12-21 22:25:01 -05:00
parent 3d61f03b20
commit 917d133810
1 changed files with 6 additions and 1 deletions

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