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:
parent
1cb924cf73
commit
ca29e5e680
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue