mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
Fixes #32: Switch from k8s_facts to k8s_info in main tasks file.
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
- tower_task.yaml.j2
|
||||
|
||||
- name: Get the Tower pod information.
|
||||
# TODO: Change to k8s_info after Ansible 2.9.0 is available in Operator image.
|
||||
k8s_facts:
|
||||
k8s_info:
|
||||
kind: Pod
|
||||
namespace: '{{ meta.namespace }}'
|
||||
label_selectors:
|
||||
|
||||
Reference in New Issue
Block a user