We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501ae13 commit c020401Copy full SHA for c020401
hooks/playbooks/run_tofu.yml
@@ -26,7 +26,8 @@
26
group: "{{ ansible_user_id }}"
27
mode: '0744'
28
state: directory
29
- - name: Fetch cloud congig to host
+ - name: Fetch cloud config to host
30
+ when: cifmw_tofu_fetch_cloud_config | default(true) | bool
31
kubernetes.core.k8s_cp:
32
kubeconfig: "{{ cifmw_tofu_kubeconfig }}"
33
namespace: "{{ cifmw_openstack_namespace }}"
0 commit comments