mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
fix tower-expect -> awx-expect for isolated tower builds
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
tasks:
|
||||
|
||||
- name: Determine if daemon process is alive.
|
||||
shell: "tower-expect is-alive {{src}}"
|
||||
shell: "awx-expect is-alive {{src}}"
|
||||
register: is_alive
|
||||
ignore_errors: true
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
tasks:
|
||||
|
||||
- name: cancel the job
|
||||
command: "tower-expect stop {{private_data_dir}}"
|
||||
command: "awx-expect stop {{private_data_dir}}"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: remove build artifacts
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
command: "mkfifo {{src}}/env"
|
||||
|
||||
- name: spawn the playbook
|
||||
command: "tower-expect start {{src}}"
|
||||
command: "awx-expect start {{src}}"
|
||||
|
||||
- name: write the secret environment data
|
||||
mkfifo:
|
||||
|
||||
Reference in New Issue
Block a user