Make CI green

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
pull/85799/head
Abhijeet Kasurde 3 months ago
parent 6c7f61da50
commit e36eb05476

@ -14,13 +14,20 @@
dest: '{{ remote_tmp_dir }}/test-unarchive-zip-timezone-dst'
list_files: True
remote_src: yes
register: unarchive_timezone
environment:
TZ: Europe/Paris
- name: Check if file is created
stat:
path: '{{ remote_tmp_dir }}/test-unarchive-zip-timezone-dst/datetime-dst.txt'
register: file_created
- name: Verify that the file was marked as changed
assert:
that:
- unarchive_timezone.changed
- file_created.stat.exists
- name: Unarchive a zip file again
unarchive:

Loading…
Cancel
Save