1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

new Ansible style/syntax

This commit is contained in:
A Holt 2018-03-22 16:06:11 -04:00 committed by GitHub
parent 02a781d6d6
commit cfc8d54776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
- name: Install required packages
package: name={{ item }}
state=present
package:
name: "{{ item }}"
state: present
with_items:
- "php{{ php_version }}-intl"
- "php{{ php_version }}-mbstring"