From 6bc652b8fb84643b5fae12fb0a1a5823667b09fe Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 6 Dec 2014 20:54:11 +0100 Subject: [PATCH] Use action instead of command in the playbook --- playbooks/hosts/secondary01.phx2.fedoraproject.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml b/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml index 3d963f3abd..97c51c1ad1 100644 --- a/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml +++ b/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml @@ -64,7 +64,7 @@ hosts: secondary01 user: root gather_facts: False - command: yum clean all + action: yum clean all tags: - packages