Convert from dnf/with_items to package/name. #3

Merged
ryanlerch merged 1 commit from james into master 2019-06-11 15:03:00 +00:00

View file

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