Changre raw execution to use yum module
Changed raw exection to use yum module provided by Ansible.
This commit is contained in:
parent
ee83e874a8
commit
c0b0d06688
1 changed files with 3 additions and 1 deletions
|
@ -15,4 +15,6 @@
|
||||||
when: fastestmirror.stat.exists
|
when: fastestmirror.stat.exists
|
||||||
|
|
||||||
- name: Install packages requirements for bootstrap
|
- name: Install packages requirements for bootstrap
|
||||||
raw: yum -y install libselinux-python
|
yum:
|
||||||
|
name: libselinux-python
|
||||||
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue