add a task to install libselinux-python so ansible doesn't abort.

This commit is contained in:
Ricky Elrod 2013-09-26 19:55:23 +00:00
parent c17fe661c4
commit 5452ab5346

View file

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