PHP for the people!

This commit is contained in:
Ubergeek 2020-02-18 22:33:45 -05:00
parent 786a315835
commit 0a95ccbe5f
1 changed files with 8 additions and 0 deletions

View File

@ -77,6 +77,14 @@
group: root
mode: 0644
- name: Enable php for userdirs
copy:
src: ../files/etc/apache2/mods-available/php7.3.conf
dest: /etc/apache2/mods-available/php7.3.conf
owner: root
group: root
mode: 0644
- name: Enabling ansible-pull units
systemd:
name: "{{ item }}"