mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Use package than yum to install
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
package: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- rabbitmq-server
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user