File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ FEATURES:
9
9
BUG FIXES:
10
10
11
11
- Fix incompatibility when using the ` listen ` directive and setting both the ` quic ` and ` so_keepalive ` parameters.
12
+ - Correct cleanup error when ` nginx_config_cleanup_paths ` is not defined.
12
13
13
14
TESTS:
14
15
Original file line number Diff line number Diff line change 12
12
ansible.builtin.file :
13
13
path : " {{ item }}"
14
14
state : absent
15
- loop : " {{ nginx_config_files['results'] | map(attribute='files') | sum(start=[]) | map(attribute='path') | list + nginx_config_cleanup_files | default('') | list }}"
15
+ loop : " {{ nginx_config_files['results'] | default('') | map(attribute='files') | sum(start=[]) | map(attribute='path') | list + nginx_config_cleanup_files | default('') | list }}"
16
16
notify : (Handler - NGINX Config) Run NGINX
17
+ when : nginx_config_cleanup_files is defined or nginx_config_cleanup_paths is defined
You can’t perform that action at this time.
0 commit comments