autocloud/frontend: Convert from dnf/with_items to package/name.

This commit is contained in:
James Antill 2019-06-11 10:32:01 -04:00 committed by pingou
parent c3a95ecd4b
commit 383a0046dd

View file

@ -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: