From 44755eb98c070cfa19ca754e93ad45cad7de792c Mon Sep 17 00:00:00 2001 From: fortinm Date: Fri, 7 Jun 2024 21:39:48 -0400 Subject: [PATCH] Forgot to save file Signed-off-by: fortinm --- tasks/prelim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prelim.yml b/tasks/prelim.yml index c5f93fb..dc57fa6 100644 --- a/tasks/prelim.yml +++ b/tasks/prelim.yml @@ -64,7 +64,7 @@ - name: Set Fact If Server Core installation ansible.builtin.set_fact: - wn19_server_core_installation: true + wn19stig_is_server_core: true when: ansible_os_installation_type == 'Server Core' tags: - always