diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 84a94257d6..62fdb8e496 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -1,4 +1,7 @@ --- +- name: install libselinux-python to make ansible happy + yum: state=installed name=libselinux-python + - name: update all command: yum -y update creates=/etc/sysconfig/global-update-applied register: updated