summaryrefslogtreecommitdiff
path: root/playbooks/roles/certbot/files/renewal_post_upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/roles/certbot/files/renewal_post_upgrade.sh')
-rwxr-xr-xplaybooks/roles/certbot/files/renewal_post_upgrade.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/roles/certbot/files/renewal_post_upgrade.sh b/playbooks/roles/certbot/files/renewal_post_upgrade.sh
new file mode 100755
index 0000000..ab9c5b1
--- /dev/null
+++ b/playbooks/roles/certbot/files/renewal_post_upgrade.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+/usr/sbin/service nginx restart