dd
This commit is contained in:
parent
5dbfa7c651
commit
5efacae1b7
1 changed files with 0 additions and 3 deletions
|
@ -24,7 +24,6 @@
|
|||
ansible.builtin.template:
|
||||
src: apache.conf
|
||||
dest: /etc/apache2/sites-available/000-default.conf
|
||||
# validate: "apachectl -S -f %s"
|
||||
notify: "restart apache2"
|
||||
|
||||
- name: Enable fgcid
|
||||
|
@ -32,8 +31,6 @@
|
|||
state: present
|
||||
name: fcgid
|
||||
|
||||
# (chfn -f 'munin' root) ??? TODO
|
||||
|
||||
- name: Template munin-server plugins
|
||||
ansible.builtin.template:
|
||||
src: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue