mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 14:03:17 +00:00
share/ansible/: Make sure expect is found in Alpine
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
parent
cbde9b27c5
commit
dfa2697442
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user