diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-10-22 14:29:02 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-10-22 14:53:36 +0200 |
| commit | 3bcf7bd2adb443b881365506dfa3348b0c465264 (patch) | |
| tree | 674f29db0c799c0984d92d1cb42f12855a0b4b90 /roles/ssh/handlers | |
| parent | 1f2116f2adc947410d1549b982b76e1616c3abbb (diff) | |
Refactor naming of packages and services to follow same conventions
Diffstat (limited to 'roles/ssh/handlers')
| -rw-r--r-- | roles/ssh/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ssh/handlers/main.yml b/roles/ssh/handlers/main.yml index a73aca7e..f8760549 100644 --- a/roles/ssh/handlers/main.yml +++ b/roles/ssh/handlers/main.yml @@ -8,6 +8,6 @@ - name: "Restart ssh" become: true ansible.builtin.systemd_service: - name: "{{ ssh_service_name }}" + name: "{{ ssh_service }}" state: "restarted" when: not ansible_is_chroot |
