From: Iker Pedrosa Date: Fri, 8 Aug 2025 14:20:59 +0000 (+0200) Subject: share/ansible/: create the newusers PAM service file X-Git-Tag: 4.19.0-rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193e351afcb782f31cd26075c904f29e0153ce0a;p=thirdparty%2Fshadow.git share/ansible/: create the newusers PAM service file Temporary workaround to create the newusers 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 b1bf6e742..b926afe28 100644 --- a/share/ansible/roles/ci_run/tasks/fedora.yml +++ b/share/ansible/roles/ci_run/tasks/fedora.yml @@ -19,6 +19,15 @@ register: dnf_result changed_when: '"Nothing to do" not in dnf_result.stdout' +- name: Temporary workaround to create the newusers PAM service file + ansible.builtin.copy: + src: /etc/pam.d/chfn + dest: /etc/pam.d/newusers + remote_src: yes + owner: root + group: root + mode: '0644' + - name: Build configuration ansible.builtin.command: > ./autogen.sh