Changre raw execution to use yum module

Changed raw exection to use yum module provided by Ansible.
This commit is contained in:
abelgana 2017-10-12 07:39:26 -04:00 committed by GitHub
parent ee83e874a8
commit c0b0d06688

View file

@ -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