freemedia: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
47297a9f60
commit
eb8f7f5651
1 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,9 @@
|
||||||
# Tasklist for setting up freemedia cgi.
|
# Tasklist for setting up freemedia cgi.
|
||||||
|
|
||||||
- name: install needed php packages
|
- name: install needed php packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
|
name:
|
||||||
- php
|
- php
|
||||||
notify:
|
notify:
|
||||||
- reload httpd
|
- reload httpd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue