Skip to content

Commit

Permalink
Merge pull request #92 from siemens/siemens/feat/r1_8_4_SyntaxIssueIn…
Browse files Browse the repository at this point in the history
…SessionProfileCreation

Fixing syntax for 1.8.4, sub-task | session profile |
  • Loading branch information
uk-bolly authored Sep 22, 2023
2 parents 24cd6a3 + 30b50f1 commit b15ee75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/section_1/cis_1.8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
insertafter: "{{ item.after | default(omit) }}"
create: yes
loop:
- "{ regexp: 'user-db: user', line: 'user' }"
- "{ regexp: 'system-db: {{ ubtu22cis_dconf_db_name }}'', after: '^user-db.*' }"
- { regexp: 'user-db:user', line: 'user-db:user' }
- { regexp: 'system-db:{{ ubtu22cis_dconf_db_name }}', line: 'system-db:{{ ubtu22cis_dconf_db_name }}', after: '^user-db.*' }

- name: "1.8.4 | PATCH | Ensure GDM screen locks when the user is idle | make directory"
ansible.builtin.file:
Expand Down

0 comments on commit b15ee75

Please sign in to comment.