Convert from dnf/with_items to package/name. #3
1 changed files with 6 additions and 5 deletions
|
@ -3,8 +3,9 @@
|
||||||
# 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
|
||||||
|
name:
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
- python-psutil
|
- python-psutil
|
||||||
- policycoreutils-python # This is in the kickstart now. Here for old hosts.
|
- policycoreutils-python # This is in the kickstart now. Here for old hosts.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue