Skip to content

Commit

Permalink
addressed #259 thanks to @kbknapp
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Dec 4, 2024
1 parent e5ef95d commit 9a98d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
when: ubtu22cis_gui
ansible.builtin.shell: grep system-db /etc/dconf/profile/user | cut -d ':' -f2
changed_when: false
failed_when: ubtu22cis_dconf_db.rc not in [ 0, 1 ]
failed_when: prelim_dconf_system_db.rc not in [ 0, 1 ]
register: prelim_dconf_system_db

- name: PRELIM | PATCH | Install cron if required
Expand Down

0 comments on commit 9a98d60

Please sign in to comment.