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

Wrong subsection name(rsyslog) #142

Closed
ipruteanu-sie opened this issue Dec 8, 2023 · 1 comment
Closed

Wrong subsection name(rsyslog) #142

ipruteanu-sie opened this issue Dec 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ipruteanu-sie
Copy link
Contributor

Describe the Issue
wrong sub-section name

Expected Behavior

- name: "SECTION | 4.2.1 | Configure rsyslog"
  ansible.builtin.import_tasks:
      file: cis_4.2.1.x.yml
  when: rhel9cis_syslog == 'rsyslog'

- name: "SECTION | 4.2.2 | Configure journald"
  ansible.builtin.import_tasks:
      file: cis_4.2.2.x.yml
  when: rhel9cis_syslog == 'journald'

Actual Behavior

- name: "SECTION | 4.2 | Configure Logging"           # wrong name(should be "SECTION | 4.2.1 | Configure rsyslog")
  ansible.builtin.import_tasks:
      file: cis_4.2.1.x.yml
  when: rhel9cis_syslog == 'rsyslog'

- name: "SECTION | 4.2.2 | Configure journald"
  ansible.builtin.import_tasks:
      file: cis_4.2.2.x.yml
  when: rhel9cis_syslog == 'journald'

Control(s) Affected
4.2.1.*

Environment (please complete the following information):

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

Possible Solution
PR.

@ipruteanu-sie ipruteanu-sie added the bug Something isn't working label Dec 8, 2023
@uk-bolly uk-bolly self-assigned this Feb 19, 2024
@uk-bolly
Copy link
Member

hi @ipruteanu-sie

This Issue has been merged to devel and into main branch. I will therefore close this issue.
Please feel free to reopen if you feel its not as expected.

Many thanks again for your time

uk-bolly

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

2 participants