mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #1263 from holta/master
PR #1261 Nextcloud quick fix
This commit is contained in:
commit
84ab3edd13
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
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 but not ubuntu-18) NOTE: php7.2 dropped mcrypt'
|
||||
package:
|
||||
name: "php{{ php_version }}-mcrypt"
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue