Skip to content

Commit e2d05ce

Browse files
author
Martin Jackson
committed
Correct misspelling
1 parent d446697 commit e2d05ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/odf_clean_pvcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
state: absent
8383
when:
8484
- item.status.phase in dv_remove_status
85-
- (now(utc=true) - (item.metadata.creationTimestamp|to_datetime(ts_fmt))).seconds >= dv_remote_timeout
85+
- (now(utc=true) - (item.metadata.creationTimestamp|to_datetime(ts_fmt))).seconds >= dv_remove_timeout
8686
loop: '{{ vm_ds.resources }}'
8787

8888
rescue:

0 commit comments

Comments
 (0)