]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
share/ansible/: create the chpasswd PAM service file
authorIker Pedrosa <ipedrosa@redhat.com>
Mon, 8 Sep 2025 14:50:35 +0000 (16:50 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 25 Mar 2026 02:33:15 +0000 (21:33 -0500)
Temporary workaround to create the chpasswd 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 b41e7897224766108c0cf754b1bbedee525d1b4c..7f02e77b7ddda2b76b563c2f466e8543447c2989 100644 (file)
     group: root
     mode: '0644'
 
+- name: Temporary workaround to create the chpasswd PAM service file
+  ansible.builtin.copy:
+    src: /etc/pam.d/chfn
+    dest: /etc/pam.d/chpasswd
+    remote_src: yes
+    owner: root
+    group: root
+    mode: '0644'
+
 - name: Build configuration
   ansible.builtin.command: >
     ./autogen.sh