From 917d13381050e86517766b9a9520775e1628e17b Mon Sep 17 00:00:00 2001 From: ubergeek Date: Fri, 21 Dec 2018 22:25:01 -0500 Subject: [PATCH] Update 'roles/common/tasks/packages.yml' --- roles/common/tasks/packages.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/common/tasks/packages.yml b/roles/common/tasks/packages.yml index ec1405f..b7efb2a 100644 --- a/roles/common/tasks/packages.yml +++ b/roles/common/tasks/packages.yml @@ -11,4 +11,9 @@ - git - python - man - - python-pip \ No newline at end of file + - python-pip + +# Install ansible python package, because it's the latest +- name: Install ansible + pip: + name: ansible \ No newline at end of file