diff options
author | 2023-08-13 14:59:36 +0100 | |
---|---|---|
committer | 2023-08-13 15:54:03 +0100 | |
commit | 431585b5256a0d08f4f3c33122465a88a93ddcb1 (patch) | |
tree | 4cc41cda81655332fa467e6c9c85d1ee9c35b90e /roles/postgres/handlers | |
parent | Serve static files from Turing (#116) (diff) |
Move all ansible files to their own folder
Diffstat (limited to 'roles/postgres/handlers')
-rw-r--r-- | roles/postgres/handlers/main.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/postgres/handlers/main.yml b/roles/postgres/handlers/main.yml deleted file mode 100644 index a036301..0000000 --- a/roles/postgres/handlers/main.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: Restart postgres. - service: - name: '{{ postgresql_daemon }}' - state: "restarted" |