Skip to content

Commit c020401

Browse files
committed
Allow skipping cloud.yaml fetching
- Allow skipping cloud.yaml fetching for tofu - fix typo Signed-off-by: Ella Shulman <eshulman@redhat.com>
1 parent 501ae13 commit c020401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hooks/playbooks/run_tofu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
group: "{{ ansible_user_id }}"
2727
mode: '0744'
2828
state: directory
29-
- name: Fetch cloud congig to host
29+
- name: Fetch cloud config to host
30+
when: cifmw_tofu_fetch_cloud_config | default(true) | bool
3031
kubernetes.core.k8s_cp:
3132
kubeconfig: "{{ cifmw_tofu_kubeconfig }}"
3233
namespace: "{{ cifmw_openstack_namespace }}"

0 commit comments

Comments
 (0)