mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Fix assertion
This commit is contained in:
parent
3206c5c1b7
commit
faf1ea4132
1 changed files with 3 additions and 1 deletions
|
|
@ -51,7 +51,9 @@
|
|||
count: 20
|
||||
units: minutes
|
||||
register: at_test0
|
||||
|
||||
- debug: var=at_test0
|
||||
|
||||
- name: validate results
|
||||
assert:
|
||||
that:
|
||||
|
|
@ -116,4 +118,4 @@
|
|||
assert:
|
||||
that:
|
||||
- at_chdir_valid is changed
|
||||
- not at_chdir_valid is changed
|
||||
- at_chdir_invalid is changed
|
||||
Loading…
Reference in a new issue