Use action instead of command in the playbook
This commit is contained in:
parent
74c6e79140
commit
6bc652b8fb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
hosts: secondary01
|
||||
user: root
|
||||
gather_facts: False
|
||||
command: yum clean all
|
||||
action: yum clean all
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue