fix pkg to package

This commit is contained in:
Kevin Fenzi 2016-08-08 16:40:16 +00:00
parent 3359cb717f
commit e4dda05dcc
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
- name: install needed packages
pkg:
package:
name: "{{ item }}"
state: present
with_items:

View file

@ -1,7 +1,7 @@
---
# install mod_wsgi
- name: install mod_wsgi
pkg:
package:
name: mod_wsgi
state: present
tags:

View file

@ -34,7 +34,7 @@
# Install needed packages
#
- name: Install needed nfs packages
pkg:
package:
name: "{{ item }}"
state: present
with_items: