Skip to content

Commit

Permalink
Set default value of variable to false.
Browse files Browse the repository at this point in the history
Signed-off-by: PrymalInstynct <[email protected]>
  • Loading branch information
PrymalInstynct committed Aug 25, 2024
1 parent 7ed86f4 commit 2bfb494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ rhel_09_653120: true
### CONTROLS

## Grahical/Gnome interface required
rhel9stig_gui: "{{ rhel_09_gnome_present }}"
rhel9stig_gui: "{{ rhel_09_gnome_present | default(false) }}"

## SSHD
rhel9stig_sshd_config_file: /etc/ssh/sshd_config
Expand Down

0 comments on commit 2bfb494

Please sign in to comment.