mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
9-local-addons/tasks/main.yml: Clarify php-pear's side effects
This commit is contained in:
parent
566c43fefd
commit
e31010d327
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
- name: "2021-06-27 TEMPORARY CODE TO INSTALL 'php-pear' UNTIL ADMIN CONSOLE DECLARES ITS OWN DEPENDENCY FOR: https://github.com/iiab/iiab-admin-console/blob/master/roles/cmdsrv/tasks/main.yml#L19"
|
||||
package:
|
||||
name: php-pear # WARNING: this also drags in 'php{{ php_version }}-xml' (affecting MediaWiki, Nextcloud, roles/pbx's FreePBX) AND 'php{{ php_version }}-cgi' (affecting roles/pbx's FreePBX)
|
||||
name: php-pear # WARNING: this also drags in 'php{{ php_version }}-xml' (also installed by MediaWiki, Nextcloud, roles/pbx's FreePBX) AND 'php{{ php_version }}-cgi' (also installed by roles/pbx's FreePBX)
|
||||
state: present
|
||||
when: admin_console_install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue