fixed linter warnings
This commit is contained in:
parent
5f215c1e34
commit
2e89f83191
1 changed files with 38 additions and 38 deletions
|
|
@ -39,6 +39,6 @@
|
||||||
|
|
||||||
- name: maybe restart sshd
|
- name: maybe restart sshd
|
||||||
meta: noop
|
meta: noop
|
||||||
changed_when: (ssh_hostkeys|changed or ssh_config|changed) and not rootpath == ''
|
changed_when: ( (ssh_hostkeys is changed) or (ssh_config is changed) ) and not rootpath
|
||||||
notify:
|
notify:
|
||||||
- restart sshd
|
- restart sshd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue