mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
E601:
Don't compare to literal True/False
This commit is contained in:
parent
4680babafc
commit
b0f86737ec
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue