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:
99BUG FIXES:
1010
1111- 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.
1213
1314TESTS:
1415
Original file line number Diff line number Diff line change 1212 ansible.builtin.file :
1313 path : " {{ item }}"
1414 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 }}"
1616 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