From 29a3b73a70f3f341457086e6c136ec19118ab0c2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 14 Oct 2013 18:21:44 +0200 Subject: [PATCH] Make sure required package are installed --- tasks/cloud_setup_basic.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 42e1de89ab..183d16b4c5 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -13,12 +13,14 @@ when: updated is defined tags: - packages - + - name: ntp pkgs action: yum state=installed pkg=$item with_items: - ntpdate - ntp + - libsemanage-python + - libselinux-python tags: - packages