Skip to content

Commit

Permalink
adds tag for testing templated configs, so we get the registered var
Browse files Browse the repository at this point in the history
  • Loading branch information
acozine committed Feb 2, 2024
1 parent caaf0e3 commit 61236ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/nginxplus/tasks/conf/upload-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
notify: Reload NGINX
when: nginx_http_upload_enable
register: uploaded_static_files
tags: update_conf
tags:
- update_conf
- test_template

# identify and remove obsolete static files
- name: Setup | list files in static config dir
Expand Down

0 comments on commit 61236ce

Please sign in to comment.