From 0a63a867c0def94928873b7f52cb58f1e23985c6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 14 Oct 2013 18:45:50 +0200 Subject: [PATCH] Remove duplicate action, libselinux-python is install 2 tasks below --- tasks/cloud_setup_basic.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 183d16b4c5..ab8c81148b 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -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