We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d446697 commit e2d05ceCopy full SHA for e2d05ce
ansible/odf_clean_pvcs.yml
@@ -82,7 +82,7 @@
82
state: absent
83
when:
84
- item.status.phase in dv_remove_status
85
- - (now(utc=true) - (item.metadata.creationTimestamp|to_datetime(ts_fmt))).seconds >= dv_remote_timeout
+ - (now(utc=true) - (item.metadata.creationTimestamp|to_datetime(ts_fmt))).seconds >= dv_remove_timeout
86
loop: '{{ vm_ds.resources }}'
87
88
rescue:
0 commit comments