From a656fdd179b87d6183a94d53a0de59a1cd4e9940 Mon Sep 17 00:00:00 2001 From: rblundon Date: Sun, 23 Mar 2025 23:23:11 -0500 Subject: [PATCH] fix template path --- 10-sno-hub-cluster/install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/10-sno-hub-cluster/install.yml b/10-sno-hub-cluster/install.yml index d1e4eef..bacdafe 100644 --- a/10-sno-hub-cluster/install.yml +++ b/10-sno-hub-cluster/install.yml @@ -39,19 +39,19 @@ - name: Terraform matchbox groups file ansible.builtin.template: - src: matchbox/templates/groups.tf.j2 + src: 04-matchbox/templates/groups.tf.j2 dest: 04-matchbox/groups.tf mode: '0644' - name: Terraform matchbox profiles file ansible.builtin.template: - src: matchbox/templates/profiles.tf.j2 + src: 04-matchbox/templates/profiles.tf.j2 dest: 04-matchbox/profiles.tf mode: '0644' - name: Terraform matchbox provider file ansible.builtin.template: - src: matchbox/templates/provider.tf.j2 + src: 04-matchbox/templates/provider.tf.j2 dest: 04-matchbox/provider.tf mode: '0644'