diff options
| author | 2022-01-10 16:57:33 +0000 | |
|---|---|---|
| committer | 2022-01-10 16:57:33 +0000 | |
| commit | e8e3052f0763a467934f5b3e7b2853f8c0b72e5a (patch) | |
| tree | a7438a4ea5fde4eef49ac352be38fd7c6902f1a0 /roles/common/tasks | |
| parent | Merge pull request #1 from python-discord/jb3/common-role (diff) | |
Update list syntax for common handlers
Diffstat (limited to 'roles/common/tasks')
| -rw-r--r-- | roles/common/tasks/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index a83bac5..827e5e7 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -26,4 +26,5 @@ mode: '0644' owner: root group: root - notify: restart systemd-timesyncd + notify: + - restart systemd-timesyncd |