mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix pkg to package
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: install needed packages
|
||||
pkg:
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# install mod_wsgi
|
||||
- name: install mod_wsgi
|
||||
pkg:
|
||||
package:
|
||||
name: mod_wsgi
|
||||
state: present
|
||||
tags:
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
# Install needed packages
|
||||
#
|
||||
- name: Install needed nfs packages
|
||||
pkg:
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user