mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02:30
Linters: test new linter job
Depends-On: https://github.com/ansible/zuul-jobs/pull/40
This commit is contained in:
@@ -189,12 +189,12 @@
|
||||
command: |
|
||||
{{ kubectl_or_oc }} config view -o json
|
||||
register: kube_config_cmd
|
||||
no_log: yes
|
||||
no_log: true
|
||||
|
||||
- name: Convert kube config to dictionary
|
||||
set_fact:
|
||||
kube_config: "{{ kube_config_cmd.stdout | from_json }}"
|
||||
no_log: yes
|
||||
no_log: true
|
||||
|
||||
- name: Extract current context from kube config
|
||||
set_fact:
|
||||
@@ -217,7 +217,7 @@
|
||||
- name: Get kube version from api server
|
||||
uri:
|
||||
url: "{{ kube_server | trim }}/version"
|
||||
validate_certs: no
|
||||
validate_certs: false
|
||||
register: kube_version
|
||||
|
||||
- name: Extract server version from command output
|
||||
|
||||
Reference in New Issue
Block a user