We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcf8bd commit 0bc4eccCopy full SHA for 0bc4ecc
ci/create-coo-subscription-playbook.yaml
@@ -4,8 +4,8 @@
4
hosts: "{{ cifmw_target_hook_host | default('localhost') }}"
5
gather_facts: false
6
environment:
7
- KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
8
- PATH: "{{ cifmw_path }}"
+ KUBECONFIG: "{{ cifmw_openshift_kubeconfig | default(ansible_env.HOME + '/.kube.config' ) }}"
+ PATH: "{{ cifmw_path | default(ansible_env.PATH) }}"
9
tasks:
10
- name: Import tasks for creating COO subscription
11
ansible.builtin.include_tasks: "create-coo-subscription.yaml"
0 commit comments