mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
PHP for the people!
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user