mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
edb0526190
commit
334f2f22c7
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@
|
|||
tags:
|
||||
- download
|
||||
|
||||
- name: php-xml (ubuntu or debian_9)
|
||||
- name: php-xml (ubuntu or debian-9)
|
||||
package:
|
||||
name: "php{{ php_version }}-xml"
|
||||
state: present
|
||||
when: is_ubuntu or is_debian_9
|
||||
|
||||
- name: php-xml (debian_8)
|
||||
- name: php-xml (debian-8)
|
||||
package:
|
||||
name: "php-xml-parser"
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue