Enable php MySQL support

This commit is contained in:
Jason Rothstein 2021-10-30 09:22:59 -05:00
parent 7271471109
commit 5a340fb3c3

View File

@ -17,6 +17,8 @@ package_list:
state: 'present'
- name: 'php'
state: 'present'
- name: 'php-mysqlnd'
state: 'present'
firewall_list:
- permanent: 'yes'
service: 'http'