1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

www_base/tasks/main.yml: Note 'php -m' & 'php -i'

This commit is contained in:
A Holt 2021-06-26 00:58:03 -04:00 committed by GitHub
parent 1cb924cf73
commit ca29e5e680
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Role "www_base" runs here, probably in 3-BASE-SERVER.
# Role "www_options" runs later, likely in 4-SERVER-OPTIONS.
- name: Install 9 PHP packages (run 'php -m' to verify)
- name: Install 9 PHP packages (run 'php -m' or 'php -i' to verify)
package:
name:
# - php{{ php_version }} # On Ubuntu 20.04 (and prob other OS's) this forces the install of: apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php{{ php_version }} ETC