]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
share/ansible/: Make sure `expect` is found in Alpine
authorIker Pedrosa <ipedrosa@redhat.com>
Thu, 21 Aug 2025 13:37:41 +0000 (15:37 +0200)
committerSerge Hallyn <serge@hallyn.com>
Fri, 5 Dec 2025 22:35:36 +0000 (16:35 -0600)
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
share/ansible/roles/ci_run/tasks/alpine.yml

index abd0f2502c0f16caf9f846c0a8da02ca51e5ea3b..e6d1ca9916bfeca3cb57f29ff4395531f235ea4a 100644 (file)
       - pkgconf
     state: present
 
+- name: Make sure expect is found
+  ansible.builtin.file:
+    src: /usr/bin/expect
+    dest: /bin/expect
+    state: link
+
 - name: Build configuration
   ansible.builtin.command: >
     ./autogen.sh