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,9 +2,10 @@
|
|||
# Tasklist for setting up freemedia cgi.
|
||||
|
||||
- name: install needed php packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- php
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- php
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue