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' state: 'present'
- name: 'php' - name: 'php'
state: 'present' state: 'present'
- name: 'php-mysqlnd'
state: 'present'
firewall_list: firewall_list:
- permanent: 'yes' - permanent: 'yes'
service: 'http' service: 'http'