autocloud/frontend: Convert from dnf/with_items to package/name.
This commit is contained in:
parent
c3a95ecd4b
commit
383a0046dd
1 changed files with 9 additions and 8 deletions
|
@ -2,14 +2,15 @@
|
|||
# Configuration for the Fedora Notifications webapp
|
||||
|
||||
- name: install needed packages
|
||||
dnf: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- autocloud-common
|
||||
- autocloud-web
|
||||
- python-sqlalchemy
|
||||
- python-sqlalchemy-utils
|
||||
- python2-flask-restless
|
||||
- libsemanage-python
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- autocloud-common
|
||||
- autocloud-web
|
||||
- python-sqlalchemy
|
||||
- python-sqlalchemy-utils
|
||||
- python2-flask-restless
|
||||
- libsemanage-python
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue