We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bacfe commit 1b58cf0Copy full SHA for 1b58cf0
tasks/modules/install-packages.yml
@@ -5,7 +5,8 @@
5
state: present
6
when:
7
- nginx_keepalived_enable | bool
8
- - ansible_facts['os_family'] != 'Alpine' or ansible_facts['distribution'] != 'Amazon'
+ - ansible_facts['os_family'] != 'Alpine'
9
+ - ansible_facts['distribution'] != 'Amazon'
10
notify: (Handler) Start NGINX Plus HA keepalived
11
12
- name: Configure NGINX Plus keepalived HA
@@ -15,5 +16,6 @@
15
16
mode: "0644"
17
18
- nginx_keepalived_conf_enable | bool
19
20
21
0 commit comments