share/ansible/: Make sure expect is found in Alpine

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa 2025-08-21 15:37:41 +02:00 committed by Serge Hallyn
parent cbde9b27c5
commit dfa2697442

View File

@ -22,6 +22,12 @@
- 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