Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed May 30, 2024
1 parent 3ad1984 commit 2fdd418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vmware/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ controller_groups:
ansible_winrm_transport: ntlm

controller_templates:
- name: "WINDOWS / Install MS SQL"
- name: "WINDOWS / Install SQLServer"
job_type: run
inventory: "Demo Inventory"
project: "Ansible official demo project"
Expand Down Expand Up @@ -177,9 +177,9 @@ controller_workflows:
- identifier: Inventory Sync
unified_job_template: VMWare vCenter Inventory
success_nodes:
- Install SSMS
- Install SQLServer
- identifier: Install SSMS
unified_job_template: WINDOWS / Install SSMS
unified_job_template: WINDOWS / Install SQLServer
extra_data:
_hosts: sqlserver
failure_nodes:
Expand Down

0 comments on commit 2fdd418

Please sign in to comment.