mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Update main.yml
This commit is contained in:
parent
faf1ea4132
commit
b8fcfdd247
1 changed files with 4 additions and 0 deletions
|
|
@ -88,6 +88,10 @@
|
||||||
|
|
||||||
- debug: var=at_removal
|
- debug: var=at_removal
|
||||||
|
|
||||||
|
- name: Wait for at to run the previous command
|
||||||
|
pause:
|
||||||
|
minutes: 1
|
||||||
|
|
||||||
- name: Validate results
|
- name: Validate results
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue