mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
ff378c4933
commit
0ad88a3368
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
tags:
|
tags:
|
||||||
- download
|
- download
|
||||||
|
|
||||||
- name: Ubuntu and Debian treat names differently (debian)
|
- name: Ubuntu and Debian treat names differently (Debian)
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- libapache2-mod-php{{ php_version }}
|
- libapache2-mod-php{{ php_version }}
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
- php{{ php_version }}-zip
|
- php{{ php_version }}-zip
|
||||||
when: is_debian
|
when: is_debian
|
||||||
|
|
||||||
- name: Ubuntu and Debian treat names differently (ubuntu)
|
- name: Ubuntu and Debian treat names differently (Ubuntu)
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- libapache2-mod-php
|
- libapache2-mod-php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue