switch this yum call to package
This commit is contained in:
parent
cc3c523ef1
commit
87dc85301b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
- name: setup darkserver
|
||||
yum: name={{ item }} state=present
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- darkserver
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue