mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
add task in isolated heartbeat to delete rogue files
This commit is contained in:
@@ -12,5 +12,9 @@
|
||||
tower_capacity:
|
||||
register: result
|
||||
|
||||
- name: Print capacity in escaped string to scrape out
|
||||
- name: Print capacity in escaped string to scrape
|
||||
debug: msg="{{ start_delimiter|default('') }}{{ result['capacity'] }}{{ end_delimiter|default('') }}"
|
||||
|
||||
- name: Remove any stale temporary files
|
||||
tower_isolated_cleanup:
|
||||
cutoff_pk: "{{ cutoff_pk | default(0) }}"
|
||||
|
||||
Reference in New Issue
Block a user