We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9436 commit c29f2daCopy full SHA for c29f2da
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.7.1 (Unreleased)
4
+
5
+BUG FIXES:
6
7
+- Add handler to reload NGINX when SSL cert or key is changed.
8
9
## 0.7.0 (July 6, 2023)
10
11
BREAKING CHANGES:
tasks/config/upload-config.yml
@@ -54,6 +54,7 @@
54
backup: "{{ item['backup'] | default(true) }}"
55
mode: "0640"
56
loop: "{{ nginx_config_upload_ssl_crt }}"
57
+ notify: (Handler - NGINX Config) Run NGINX
58
59
- name: Upload NGINX SSL keys
60
ansible.builtin.copy:
@@ -62,4 +63,5 @@
62
63
64
65
loop: "{{ nginx_config_upload_ssl_key }}"
66
67
no_log: true
0 commit comments