fedmsg/base: Convert from dnf/with_items to package/name.

This commit is contained in:
James Antill 2019-06-11 10:40:55 -04:00 committed by pingou
parent b9f1c5b840
commit a7435094a0

View file

@ -3,11 +3,12 @@
# This is the base set of files needed for fedmsg # This is the base set of files needed for fedmsg
- name: install needed packages - name: install needed packages
package: name={{ item }} state=present package:
with_items: state: present
- libsemanage-python name:
- python-psutil - libsemanage-python
- policycoreutils-python # This is in the kickstart now. Here for old hosts. - python-psutil
- policycoreutils-python # This is in the kickstart now. Here for old hosts.
tags: tags:
- packages - packages
- fedmsg/base - fedmsg/base