Revert ce5e4b12c6
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2022-12-14 11:30:35 +01:00 committed by Jérémy Lecour
parent ac85efe8aa
commit 21ab9b1e68

View file

@ -64,7 +64,6 @@
when: apache_mpm == "prefork" or apache_mpm == "itk" when: apache_mpm == "prefork" or apache_mpm == "itk"
tags: tags:
- apache - apache
when: not ansible_check_mode
- name: Copy Apache defaults config file - name: Copy Apache defaults config file
@ -134,7 +133,6 @@
when: apache_evolinux_default_enabled | bool when: apache_evolinux_default_enabled | bool
tags: tags:
- apache - apache
when: not ansible_check_mode
- include: server_status.yml - include: server_status.yml
tags: tags:
@ -160,7 +158,6 @@
when: envvar_grep_umask.rc != 0 when: envvar_grep_umask.rc != 0
tags: tags:
- apache - apache
when: not ansible_check_mode
- include_role: - include_role:
name: evolix/remount-usr name: evolix/remount-usr