mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update main.yml
This commit is contained in:
parent
8c72a379d4
commit
da4a1eecc4
1 changed files with 2 additions and 2 deletions
|
@ -59,11 +59,11 @@
|
|||
state: present
|
||||
when: is_debuntu
|
||||
|
||||
- name: 'Install php{{ php_version }}-mcrypt (debuntu but not ubuntu-18) NOTE: php7.2 dropped mcrypt'
|
||||
- name: 'Install php{{ php_version }}-mcrypt (debuntu prior to 2018) NOTE: php7.2 dropped mcrypt'
|
||||
package:
|
||||
name: "php{{ php_version }}-mcrypt"
|
||||
state: present
|
||||
when: is_debuntu and not is_ubuntu_18
|
||||
when: is_debuntu and (is_raspbian_8 or is_raspbian_9 or is_debian_8 or is_debian_9 or is_ubuntu_16 or is_ubuntu_17)
|
||||
|
||||
# we need to install the rpm in order to get the dependencies
|
||||
# but we only need to do this the first time
|
||||
|
|
Loading…
Reference in a new issue