mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
restart sshd if something changed
This commit is contained in:
parent
afa417ba8e
commit
22551c7eb9
2 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,5 @@
|
|||
name: "{{ item }}"
|
||||
state: 'present'
|
||||
with_items: "{{ l3d_users__sshd_package }}"
|
||||
notify:
|
||||
- 'systemctl restart sshd'
|
||||
|
|
|
@ -42,3 +42,5 @@
|
|||
mode: '0644'
|
||||
when: submodules_versioncheck | bool
|
||||
tags: skip_ansible_lint_template-instead-of-copy
|
||||
notify:
|
||||
- 'systemctl restart sshd'
|
||||
|
|
Loading…
Reference in a new issue