diff --git a/linux/compliance_Alpine.yaml b/linux/compliance_Alpine.yaml index a0145d5..bf01ef0 100644 --- a/linux/compliance_Alpine.yaml +++ b/linux/compliance_Alpine.yaml @@ -28,4 +28,4 @@ name: nhadmin groups: wheel append: yes - when: "'wheel' in ansible_facts.getent_group" \ No newline at end of file + # when: "'wheel' in ansible_facts.getent_group" \ No newline at end of file diff --git a/linux/compliance_Debian.yaml b/linux/compliance_Debian.yaml index 79f54f4..1a2e60f 100644 --- a/linux/compliance_Debian.yaml +++ b/linux/compliance_Debian.yaml @@ -48,11 +48,11 @@ name: nhadmin groups: sudo append: yes - when: "'sudo' in ansible_facts.getent_group" + # when: "'sudo' in ansible_facts.getent_group" - name: Add nhadmin to systemd-journal group. user: name: nhadmin groups: systemd-journal append: yes - when: "'systemd-journal' in ansible_facts.getent_group" \ No newline at end of file + # when: "'systemd-journal' in ansible_facts.getent_group" \ No newline at end of file