mirror of
https://github.com/ansible/awx.git
synced 2026-08-05 12:30:02 -02:30
more isolated task execution tweaking
* set a more reasonable default `AWX_ISOLATED_CHECK_INTERVAL` * make manual cancellation work for high values of `AWX_ISOLATED_CHECK_INTERVAL` * remove the `/tmp/ansible_tower/jobs/` symlink directory see: #6616
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
# The following variables will be set by the runner of this playbook:
|
||||
# src: /tmp/some/path/private_data_dir/
|
||||
# job_id: <pk>
|
||||
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
@@ -16,6 +15,6 @@
|
||||
mode: pull
|
||||
recursive: yes
|
||||
|
||||
- shell: "tower-expect is-alive {{job_id}}"
|
||||
- shell: "tower-expect is-alive {{src}}"
|
||||
register: is_alive
|
||||
failed_when: "is_alive.rc == 0"
|
||||
|
||||
Reference in New Issue
Block a user