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 c9acf27 commit e016edfCopy full SHA for e016edf
provision-contest/ansible/roles/cds/handlers/main.yml
@@ -5,3 +5,9 @@
5
enabled: true
6
state: restarted
7
daemon_reload: true
8
+
9
+- name: Restart nginx
10
+ systemd:
11
+ name: nginx
12
+ enabled: true
13
+ state: restarted
0 commit comments