diff options
| author | Luke Hoersten <[email protected]> | 2020-06-09 19:21:46 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-06-09 19:21:46 -0500 |
| commit | f7b6a96abb76655be80967c28b56b62ac9fc37d7 (patch) | |
| tree | 8a489ddee78621a9b7bd2c9f4156623cd617da95 /nginx/handlers/main.yaml | |
| parent | 84bb36a6ba49c71f38178d2ddaeff7f94d2d6def (diff) | |
Moved over postgresql and nginx roles from pleroma roles.
Diffstat (limited to 'nginx/handlers/main.yaml')
| -rw-r--r-- | nginx/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nginx/handlers/main.yaml b/nginx/handlers/main.yaml new file mode 100644 index 0000000..1feca07 --- /dev/null +++ b/nginx/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart nginx + become: yes + systemd: name="nginx" state="restarted" daemon_reload="yes" |
