Skip to content

Commit faa9a42

Browse files
author
Gustavo Muniz do Carmo
committed
use pip to install ansible in centos
1 parent 262e02a commit faa9a42

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tasks/centos.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
- name: Install EPEL
2+
- name: Install PIP
33
yum:
44
name: "{{ item }}"
55
loop:
66
- epel-release
7-
- ansible
7+
- python-pip
8+
9+
- name: Install Ansible
10+
pip:
11+
name: ansible

0 commit comments

Comments
 (0)