Skip to content

Commit

Permalink
Merge pull request #256 from ansible-lockdown/issue_255
Browse files Browse the repository at this point in the history
Added _lock to filename
  • Loading branch information
uk-bolly authored Nov 13, 2024
2 parents 87c1f6e + c4b489f commit cb9e845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_1/cis_1.8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
- name: "1.8.5 | PATCH | Ensure GDM screen locks cannot be overridden | Make lock file"
ansible.builtin.template:
src: etc/dconf/db/00-screensaver_lock.j2
dest: "/etc/dconf/db/{{ rhel9cis_dconf_db_name }}.d/locks/00-screensaver"
dest: "/etc/dconf/db/{{ rhel9cis_dconf_db_name }}.d/locks/00-screensaver_lock"
owner: root
group: root
mode: '0644'
Expand Down

0 comments on commit cb9e845

Please sign in to comment.