summaryrefslogtreecommitdiffstats
path: root/roles/ansible_tower/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ansible_tower/tasks/main.yaml')
-rw-r--r--roles/ansible_tower/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ansible_tower/tasks/main.yaml b/roles/ansible_tower/tasks/main.yaml
index b7757214d..36fc9b282 100644
--- a/roles/ansible_tower/tasks/main.yaml
+++ b/roles/ansible_tower/tasks/main.yaml
@@ -1,6 +1,6 @@
---
- name: install some useful packages
- yum: name={{ item }}
+ action: "{{ ansible_pkg_mgr }} name={{ item }} state=present"
with_items:
- git
- python-pip