1
0
Fork 0
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:
A Holt 2018-10-28 17:29:32 -04:00 committed by GitHub
commit 84ab3edd13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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