mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
Merge pull request #1316 from TheRealHaoLiu/tmp-fix-ci
Temporary fix for CI failure for web-task-split
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
msg: '{{ failed_task }}'
|
msg: '{{ failed_task }}'
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Look up details for this deployment
|
- name: Look up details for this AWX instance
|
||||||
k8s_info:
|
k8s_info:
|
||||||
namespace: "{{ namespace }}"
|
namespace: "{{ namespace }}"
|
||||||
api_version: "awx.ansible.com/v1beta1"
|
api_version: "awx.ansible.com/v1beta1"
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
namespace: '{{ namespace }}'
|
namespace: '{{ namespace }}'
|
||||||
kind: Pod
|
kind: Pod
|
||||||
label_selectors:
|
label_selectors:
|
||||||
- app.kubernetes.io/name = example-awx
|
- app.kubernetes.io/name = example-awx-web
|
||||||
register: awx_pod
|
register: awx_pod
|
||||||
|
|
||||||
- name: Extract additional_labels from AWX spec
|
- name: Extract additional_labels from AWX spec
|
||||||
|
|||||||
Reference in New Issue
Block a user