Skip to content

Commit

Permalink
corrected argument_specs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwester117 committed Sep 24, 2024
1 parent 0f6ebed commit 7b749ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/install_agent/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ argument_specs:
- "Windows only: Controls the Windows agent package format."
- "B(false:) Downloads .msi installer file"
- "B(true:) Downloads .exe installer file"
options:
choices:
- true
- false

Expand All @@ -29,7 +29,7 @@ argument_specs:
description:
- "Windows only: Endpoint needs to be rebooted to SentinelOne work properly."
- "Set to B(false) to disable automatic reboot"
options:
choices:
- true
- false

Expand All @@ -54,7 +54,7 @@ argument_specs:
description:
- "Hide sensitive information like API keys in module output."
- "Only change to false for debugging purposes."
options:
choices:
- true
- false

Expand All @@ -63,7 +63,7 @@ argument_specs:
required: false
default: false
description: "Linux only: Set the management token on the linux agent even if it is already registered."
options:
choices:
- true
- false

Expand Down

0 comments on commit 7b749ce

Please sign in to comment.