Remove duplicate action, libselinux-python is install 2 tasks below

This commit is contained in:
Pierre-Yves Chibon 2013-10-14 18:45:50 +02:00
parent 4c6b323d3e
commit 0a63a867c0

View file

@ -1,7 +1,4 @@
---
- 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