From cb5ec04aec6a611eb821592ed42bfef4743e2420 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 10 Oct 2012 16:34:57 +0000 Subject: [PATCH] testing out the syntax for multiple word with_items --- tasks/openshift-el6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/openshift-el6.yml b/tasks/openshift-el6.yml index 2b9c414609..5d9e1ab8ad 100644 --- a/tasks/openshift-el6.yml +++ b/tasks/openshift-el6.yml @@ -43,7 +43,7 @@ action: command semodule -i /usr/share/selinux/packages/rubygem-passenger/rubygem-passenger.pp - name: fix up files for selinux - action: command '$item' + action: command $item with_items: - "fixfiles -R rubygem-passenger restore" - "fixfiles -R mod_passenger restore"