From 8df3e7775145e29ff8415effaa166686752a9b86 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Thu, 3 Mar 2022 10:19:48 +0300 Subject: [PATCH] v5.4.3.0 Changelog: https://roxy-wi.org/changelog.py#5_4_3 --- app/scripts/ansible/roles/nginx_common/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/scripts/ansible/roles/nginx_common/tasks/main.yml b/app/scripts/ansible/roles/nginx_common/tasks/main.yml index ab5f2d90..2ed49f28 100644 --- a/app/scripts/ansible/roles/nginx_common/tasks/main.yml +++ b/app/scripts/ansible/roles/nginx_common/tasks/main.yml @@ -96,9 +96,9 @@ state: enabled permanent: yes immediate: yes - ignore_errors: yes - no_log: True - debugger: never + ignore_errors: yes + no_log: True + debugger: never when: - '"firewalld" in ansible_facts.packages' - ansible_facts['os_family'] == "RedHat" or ansible_facts['os_family'] == 'CentOS'