From 327861352a0ef05f59555ba8f36d29d2d62fe216 Mon Sep 17 00:00:00 2001 From: Frederick Witty Date: Tue, 14 Nov 2023 11:36:59 -0500 Subject: [PATCH] Update defaults/main Typo -1 Signed-off-by: Frederick Witty --- defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 739cfbb..938b7c5 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -51,10 +51,10 @@ disruption_high: false # setting to make them stand out. audit_disruptive: false -# tweak role to run in a non-privileged container +# Tweak role to run in a non-privileged container system_is_container: false -# set to false to skip long_running tasks +# Set to false to skip long_running tasks long_running: false # win_skip_for_test is used in the playbook to skip over WINRM-based controls that