mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
switch this yum call to package
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
- name: setup darkserver
|
||||
yum: name={{ item }} state=present
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- darkserver
|
||||
|
||||
|
||||
Reference in New Issue
Block a user