diff options
Diffstat (limited to 'roles/common/handlers')
| -rw-r--r-- | roles/common/handlers/main.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index f8171a0..02cc88e 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -1,9 +1,9 @@ -- name: restart ssh +- name: Restart ssh    service:      name: ssh      state: restarted -- name: restart systemd-timesyncd +- name: Restart systemd-timesyncd    service:      name: systemd-timesyncd      state: restarted | 
