1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00
Don't compare to literal True/False
This commit is contained in:
Lilian Roller 2019-05-15 13:40:55 +02:00
parent 4680babafc
commit b0f86737ec
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -73,7 +73,7 @@
- dsa
notify:
- restart ssh
when: generate_ecdsa_too == false
when: not generate_ecdsa_too
- name: make sure the correct keys are available
file: