Skip to content

Commit

Permalink
Merge pull request #79 from kdebisschop/installing-chrony-removes-sys…
Browse files Browse the repository at this point in the history
…temd-timesyncd

Installing chrony removes systemd timesyncd
  • Loading branch information
MrSteve81 authored May 1, 2023
2 parents d56428b + 919d71a commit 767cdc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/section_2/cis_2.1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
state: stopped
enabled: false
masked: true
when: "'systemd-timesyncd' in ansible_facts.packages"

- name: "2.1.1.3 | AUDIT | Ensure chrony is configured | Check for chrony user"
ansible.builtin.shell: grep {{ ubtu20cis_chrony_user }} /etc/passwd
Expand Down

0 comments on commit 767cdc8

Please sign in to comment.