1
0
Fork 0
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:
Lilian Roller 2019-05-20 15:31:00 +02:00
parent 4fc48f39b9
commit ac68e39621
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@
- dsa - dsa
notify: notify:
- restart ssh - restart ssh
when: generate_ecdsa_too when: generate_ecdsa_too|bool
- name: Remove unwanted host keys - name: Remove unwanted host keys
become: yes become: yes
@ -73,7 +73,7 @@
- dsa - dsa
notify: notify:
- restart ssh - restart ssh
when: not generate_ecdsa_too when: not generate_ecdsa_too|bool
- name: make sure the correct keys are available - name: make sure the correct keys are available
file: file:

View 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' playbook_version_path: '/etc/ansible-version/role-sshd_chaos-bodensee_github.com.version'