diff options
| author | Luke Hoersten <[email protected]> | 2019-01-03 20:46:13 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2019-01-03 20:46:13 -0600 |
| commit | c5ba641b1cb66e19c23691995bcd0661fbf4d027 (patch) | |
| tree | b86b24d3e84c60fa2790787fb58b6829451e31aa /roles/nginx/handlers | |
| parent | d8e1d8bc284bfbe34b60ee5a40d5b5df0b25dc96 (diff) | |
Lots of updates.
Diffstat (limited to 'roles/nginx/handlers')
| -rw-r--r-- | roles/nginx/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/nginx/handlers/main.yaml b/roles/nginx/handlers/main.yaml new file mode 100644 index 0000000..1feca07 --- /dev/null +++ b/roles/nginx/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart nginx + become: yes + systemd: name="nginx" state="restarted" daemon_reload="yes" |
