mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
resolve ansible deprecation warning
This commit is contained in:
parent
4fc48f39b9
commit
ac68e39621
2 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@
|
|||
- dsa
|
||||
notify:
|
||||
- restart ssh
|
||||
when: generate_ecdsa_too
|
||||
when: generate_ecdsa_too|bool
|
||||
|
||||
- name: Remove unwanted host keys
|
||||
become: yes
|
||||
|
@ -73,7 +73,7 @@
|
|||
- dsa
|
||||
notify:
|
||||
- restart ssh
|
||||
when: not generate_ecdsa_too
|
||||
when: not generate_ecdsa_too|bool
|
||||
|
||||
- name: make sure the correct keys are available
|
||||
file:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 111
|
||||
playbook_version_number: 112
|
||||
playbook_version_path: '/etc/ansible-version/role-sshd_chaos-bodensee_github.com.version'
|
||||
|
|
Loading…
Reference in a new issue