mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
plus-plus-service: dnf -> package, with_item changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Configuration for the plus-plus-service webapp
|
||||
|
||||
- name: Ensure mod_wsgi is not installed since we're using python3
|
||||
dnf: pkg=mod_wsgi state=absent
|
||||
package: pkg=mod_wsgi state=absent
|
||||
tags:
|
||||
- pps
|
||||
- packages
|
||||
@@ -14,11 +14,12 @@
|
||||
- config
|
||||
|
||||
- name: install needed packages
|
||||
dnf: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- plus-plus-service
|
||||
- python3-mod_wsgi
|
||||
- python3-psycopg2
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- plus-plus-service
|
||||
- python3-mod_wsgi
|
||||
- python3-psycopg2
|
||||
tags:
|
||||
- pps
|
||||
- packages
|
||||
|
||||
Reference in New Issue
Block a user