Use action instead of command in the playbook

This commit is contained in:
Pierre-Yves Chibon 2014-12-06 20:54:11 +01:00
parent 74c6e79140
commit 6bc652b8fb

View file

@ -64,7 +64,7 @@
hosts: secondary01
user: root
gather_facts: False
command: yum clean all
action: yum clean all
tags:
- packages