mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-08 21:03:29 +01:00
Merge pull request #155 from richm/ansible28-jinja27
This commit is contained in:
commit
30ac352a24
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
- name: Make sure the key was not created
|
- name: Make sure the key was not created
|
||||||
file:
|
file:
|
||||||
path: /tmp/missing_ssh_host_rsa_key
|
path: /tmp/missing_ssh_host_rsa_key
|
||||||
state: missing
|
state: absent
|
||||||
register: key
|
register: key
|
||||||
failed_when: key.changed
|
failed_when: key.changed
|
||||||
tags: tests::verify
|
tags: tests::verify
|
||||||
|
|
Loading…
Reference in a new issue