Updated Windows job templates to use the Product Demos EE (#231)

Co-authored-by: Todd Ruch <truch@redhat.com>
This commit is contained in:
Todd Ruch
2025-03-19 16:48:08 -04:00
committed by GitHub
parent 53b180d43e
commit 0b1904e727
3 changed files with 7 additions and 4 deletions

View File

@@ -5,6 +5,12 @@
report_server: aws_win1
tasks:
- name: Assert that host is in webservers group
ansible.builtin.assert:
that: "'{{ report_server }}' in groups.os_windows"
msg: "Please run the 'Deploy Cloud Stack in AWS' Workflow Job Template first"
- name: Patch windows server
ansible.builtin.include_role:
name: demo.patching.patch_windows