fix pkg to package
This commit is contained in:
parent
3359cb717f
commit
e4dda05dcc
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue