Convert from dnf/with_items to package/name. #3
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue