diff options
Diffstat (limited to 'roles/cgit/handlers/main.yml')
| -rw-r--r-- | roles/cgit/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/cgit/handlers/main.yml b/roles/cgit/handlers/main.yml index 516733f7..259ae0ea 100644 --- a/roles/cgit/handlers/main.yml +++ b/roles/cgit/handlers/main.yml @@ -4,3 +4,9 @@ ansible.builtin.service: name: lighttpd state: restarted + +- name: "Restart sshd" + become: true + ansible.builtin.service: + name: sshd + state: restarted |
