]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
share/ansible/: create the groupmems PAM service file
authorIker Pedrosa <ipedrosa@redhat.com>
Tue, 19 Aug 2025 09:47:42 +0000 (11:47 +0200)
committerSerge Hallyn <serge@hallyn.com>
Fri, 5 Dec 2025 22:35:36 +0000 (16:35 -0600)
Temporary workaround to create the groupmems PAM service file. Fedora
will soon provide this service file and we'll be able to remove the
workaround.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
share/ansible/roles/ci_run/tasks/fedora.yml

index b926afe2893d1a8dca3b0c8c3f4fb586ced23c92..f86d4d557d93a8b908b89fff0986f3a167a45475 100644 (file)
     group: root
     mode: '0644'
 
+- name: Temporary workaround to create the groupmems PAM service file
+  ansible.builtin.copy:
+    src: /etc/pam.d/chfn
+    dest: /etc/pam.d/groupmems
+    remote_src: yes
+    owner: root
+    group: root
+    mode: '0644'
+
 - name: Build configuration
   ansible.builtin.command: >
     ./autogen.sh