diff --git a/roles/bootstrap-os/tasks/bootstrap-centos.yml b/roles/bootstrap-os/tasks/bootstrap-centos.yml index c9233dfb1..a945dfb21 100644 --- a/roles/bootstrap-os/tasks/bootstrap-centos.yml +++ b/roles/bootstrap-os/tasks/bootstrap-centos.yml @@ -15,4 +15,6 @@ when: fastestmirror.stat.exists - name: Install packages requirements for bootstrap - raw: yum -y install libselinux-python + yum: + name: libselinux-python + state: present