From: Iker Pedrosa Date: Tue, 19 Aug 2025 09:47:42 +0000 (+0200) Subject: share/ansible/: create the groupmems PAM service file X-Git-Tag: 4.19.0-rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f0c6a9cd597ed6a70e608bd2db6cc535f3ab50;p=thirdparty%2Fshadow.git share/ansible/: create the groupmems PAM service file 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 --- diff --git a/share/ansible/roles/ci_run/tasks/fedora.yml b/share/ansible/roles/ci_run/tasks/fedora.yml index b926afe28..f86d4d557 100644 --- a/share/ansible/roles/ci_run/tasks/fedora.yml +++ b/share/ansible/roles/ci_run/tasks/fedora.yml @@ -28,6 +28,15 @@ 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