fix:Pin ansible-core version to avoid SSH connectivity issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
25d21e11b6
commit
6b1c97f6e7
@ -61,7 +61,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
locale-gen && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install \
|
||||
ansible-core \
|
||||
ansible-core~=2.14.0 \
|
||||
# (jmespath) Dependency for Ansible 'json_query' filter
|
||||
jmespath \
|
||||
# (netaddr) Dependency for Ansible 'ipaddr' filter
|
||||
|
Loading…
Reference in New Issue
Block a user