diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-31 23:12:36 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-31 23:12:36 +0200 |
commit | 3a2319c9c58886a7938deabafc66ad4bc128c9f8 (patch) | |
tree | 222b41b5b49633b9156c070df830d5c73617edd7 /roles/core/sshd/handlers/main.yml | |
parent | chaos-at-home: deploy apt-repo/base to some more hosts (diff) |
move core roles to subdir
Diffstat (limited to 'roles/core/sshd/handlers/main.yml')
-rw-r--r-- | roles/core/sshd/handlers/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/core/sshd/handlers/main.yml b/roles/core/sshd/handlers/main.yml new file mode 100644 index 00000000..ea76595a --- /dev/null +++ b/roles/core/sshd/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: restart ssh + service: + name: "{{ sshd_service_name }}" + state: restarted |