diff options
Diffstat (limited to 'roles/common/tasks')
| -rw-r--r-- | roles/common/tasks/main.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index d470030..b0537e5 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -21,7 +21,7 @@      line: "PasswordAuthentication no"      state: present    notify: -    - restart ssh +    - Restart ssh    tags:      - role::common @@ -33,7 +33,7 @@      owner: root      group: root    notify: -    - restart systemd-timesyncd +    - Restart systemd-timesyncd    tags:      - role::common | 
