From 9098798a0b6c479971988b12f48964942c8635f8 Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 30 Nov 2025 18:16:32 -0600 Subject: [PATCH] get rid of getent (again) --- linux/compliance_Alpine.yaml | 2 +- linux/compliance_Debian.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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