Enable php

This commit is contained in:
Jason Rothstein 2021-10-24 23:31:13 -05:00
parent fa635f3cc8
commit 60dc1383f3

View File

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