forked from ISTI-ansible-roles/ansible-roles
nextcloud: remove the php-mcrypt from the packages list, it is part of the core distribution.
This commit is contained in:
parent
56c60b92ee
commit
c5dd7a0661
|
@ -16,7 +16,6 @@ php_fpm_packages:
|
||||||
- 'php{{ php_version }}-json'
|
- 'php{{ php_version }}-json'
|
||||||
- 'php{{ php_version }}-ldap'
|
- 'php{{ php_version }}-ldap'
|
||||||
- 'php{{ php_version }}-{{ nextcloud_db }}'
|
- 'php{{ php_version }}-{{ nextcloud_db }}'
|
||||||
- 'php{{ php_version }}-mcrypt'
|
|
||||||
- 'php{{ php_version }}-xml'
|
- 'php{{ php_version }}-xml'
|
||||||
- 'php{{ php_version }}-mbstring'
|
- 'php{{ php_version }}-mbstring'
|
||||||
- 'php{{ php_version }}-intl'
|
- 'php{{ php_version }}-intl'
|
||||||
|
|
Loading…
Reference in New Issue