mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
yum accepted pkg=, package calls it name=
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Setup a fedmsg-hub
|
||||
|
||||
- name: install needed packages
|
||||
package: pkg={{ item }} state=present
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- python-moksha-hub
|
||||
- python-bugzilla2fedmsg
|
||||
|
||||
Reference in New Issue
Block a user