From af4e23aef271d87f3007d7bc70ccf91c18234fc0 Mon Sep 17 00:00:00 2001 From: willtome Date: Thu, 10 Feb 2022 16:08:57 -0600 Subject: [PATCH] change project name --- azure/setup.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure/setup.yml b/azure/setup.yml index 2e4a623..003a088 100644 --- a/azure/setup.yml +++ b/azure/setup.yml @@ -24,7 +24,7 @@ controller_templates: - name: "RHEL 8 VM" job_type: run inventory: "Workshop Inventory" - project: "Azure Demo" + project: "Azure Repo" playbook: "create_rhel_vm_demo.yml" credentials: - "Azure Infrastructure" @@ -48,7 +48,7 @@ controller_templates: - name: "Windows VM" job_type: run inventory: "Workshop Inventory" - project: "Azure Demo" + project: "Azure Repo" playbook: "create_windows_vm_demo.yml" credentials: - "Azure Infrastructure" @@ -71,7 +71,7 @@ controller_templates: - name: "Destroy Resource Group" job_type: run inventory: "Workshop Inventory" - project: "Azure Demo" + project: "Azure Repo" playbook: "destroy_resource_group.yml" credentials: - "Azure Infrastructure"