fixed linter warnings

This commit is contained in:
nd 2019-11-02 16:21:45 +01:00
parent 5f215c1e34
commit 2e89f83191
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -39,6 +39,6 @@
- name: maybe restart sshd
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:
- restart sshd