Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ N/A
Example Role Usage
----------------

Run `ansible-galaxy install RedHatOfficial.rhel9_stig` to
Run `ansible-galaxy install RedHatOfficial.rhel9-stig` to
download and install the role. Then, you can use the following playbook snippet to run the Ansible role:

- hosts: all
roles:
- { role: RedHatOfficial.rhel9_stig }
- { role: RedHatOfficial.rhel9-stig }

Next, check the playbook using (on the localhost) the following example:

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# defaults file for rhel9_stig
# defaults file for rhel9-stig
var_aide_scan_notification_email: root@localhost
var_system_crypto_policy: FIPS
inactivity_timeout_value: '900'
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
galaxy_info:
role_name: rhel9_stig
role_name: rhel9-stig
author: ComplianceAsCode development team
description: DISA STIG for Red Hat Enterprise Linux 9

Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
# defaults file for rhel9_stig
# defaults file for rhel9-stig