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:
parent
02a781d6d6
commit
cfc8d54776
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue