File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 40
40
- import_tasks : keys/apt-key.yml
41
41
when :
42
42
- ansible_os_family == "Debian"
43
- - app_protect_state != "absent" or app_protect_install_signatures or app_protect_install_threat_campaigns
43
+ - app_protect_state != "absent"
44
+ or app_protect_install_signatures
45
+ or app_protect_install_threat_campaigns
44
46
tags : nginx_aptkey
45
47
46
48
- import_tasks : keys/rpm-key.yml
47
49
when :
48
50
- ansible_os_family == "RedHat"
49
- - app_protect_state != "absent" or app_protect_install_signatures or app_protect_install_threat_campaigns
51
+ - app_protect_state != "absent"
52
+ or app_protect_install_signatures
53
+ or app_protect_install_threat_campaigns
50
54
tags : nginx_rpmkey
51
55
52
56
- name : " (All OSs) Setup license"
53
57
import_tasks : setup-license.yml
54
- when : app_protect_state != "absent" or app_protect_install_signatures or app_protect_install_threat_campaigns
58
+ when :
59
+ - app_protect_state != "absent"
60
+ or app_protect_install_signatures
61
+ or app_protect_install_threat_campaigns
55
62
56
63
- name : " Install NGINX App Protect"
57
64
import_tasks : install-app-protect.yml
You can’t perform that action at this time.
0 commit comments