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"