Merge pull request #155 from richm/ansible28-jinja27

This commit is contained in:
Matt Willsher 2021-02-16 16:53:17 +00:00 committed by GitHub
commit 30ac352a24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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