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

'authselect' does not use variable which contain many config-options, since for RH9 is not required anymore #155

Open
ipruteanu-sie opened this issue Jan 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ipruteanu-sie
Copy link
Contributor

Describe the Issue
In defaults/main.yml file:

rhel9cis_authselect:
    options: with-sudo with-faillock without-nullok

However, this value is not used in the actual rule(5.4.2 PATCH | Ensure authselect includes with-faillock )

      - name: "5.4.2 | PATCH | Ensure authselect includes with-faillock | Create custom profiles"
        ansible.builtin.shell: "authselect select custom/{{ rhel9cis_authselect['custom_profile_name'] }} with-faillock"
        when: rhel9cis_authselect_custom_profile_select

Expected Behavior
Remove var from defaults/main.yml.

Actual Behavior
Unused var exists in defaults/main.yml.

Control(s) Affected
5.4.2

Environment (please complete the following information):

  • branch being used: [e.g. devel]

Possible Solution
PR will follow

@ipruteanu-sie ipruteanu-sie added the bug Something isn't working label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant