We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcff52f commit d671ed3Copy full SHA for d671ed3
tasks/config/cleanup-config.yml
@@ -12,5 +12,5 @@
12
ansible.builtin.file:
13
path: "{{ item }}"
14
state: absent
15
- loop: "{{ nginx_config_files['results'] | map(attribute='files') | sum(start=[]) | map(attribute='path') | list + nginx_config_cleanup_files | default('') | list }}"
+ loop: "{{ nginx_config_files['results'] | default('') | map(attribute='files') | sum(start=[]) | map(attribute='path') | list + nginx_config_cleanup_files | default('') | list }}"
16
notify: (Handler - NGINX Config) Run NGINX
0 commit comments