Skip to content

Commit c29f2da

Browse files
authored
Reload NGINX if SSL cert is updated (#348)
1 parent 92e9436 commit c29f2da

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.7.1 (Unreleased)
4+
5+
BUG FIXES:
6+
7+
- Add handler to reload NGINX when SSL cert or key is changed.
8+
39
## 0.7.0 (July 6, 2023)
410

511
BREAKING CHANGES:

tasks/config/upload-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
backup: "{{ item['backup'] | default(true) }}"
5555
mode: "0640"
5656
loop: "{{ nginx_config_upload_ssl_crt }}"
57+
notify: (Handler - NGINX Config) Run NGINX
5758

5859
- name: Upload NGINX SSL keys
5960
ansible.builtin.copy:
@@ -62,4 +63,5 @@
6263
backup: "{{ item['backup'] | default(true) }}"
6364
mode: "0640"
6465
loop: "{{ nginx_config_upload_ssl_key }}"
66+
notify: (Handler - NGINX Config) Run NGINX
6567
no_log: true

0 commit comments

Comments
 (0)