mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
new Ansible style/syntax
This commit is contained in:
parent
02a781d6d6
commit
cfc8d54776
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
package: name={{ item }}
|
package:
|
||||||
state=present
|
name: "{{ item }}"
|
||||||
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- "php{{ php_version }}-intl"
|
- "php{{ php_version }}-intl"
|
||||||
- "php{{ php_version }}-mbstring"
|
- "php{{ php_version }}-mbstring"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue