mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +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
|
count: 20
|
||||||
units: minutes
|
units: minutes
|
||||||
register: at_test0
|
register: at_test0
|
||||||
|
|
||||||
- debug: var=at_test0
|
- debug: var=at_test0
|
||||||
|
|
||||||
- name: validate results
|
- name: validate results
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|
@ -116,4 +118,4 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- at_chdir_valid is changed
|
- at_chdir_valid is changed
|
||||||
- not at_chdir_valid is changed
|
- at_chdir_invalid is changed
|
||||||
Loading…
Reference in a new issue