Testing without explicit pyyaml package
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-04-24 21:36:10 +02:00
parent 8336003a3a
commit 4a40c3e08e
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
# (netaddr) Dependency for Ansible 'ipaddr' filter
netaddr \
# (pyvmomi) Dependency for Ansible 'community.vmware' collection
pyvmomi \
pyvmomi && \
# (pyyaml) Dependency for Ansible 'kubernetes.core' collection
pyyaml && \
# pyyaml && \
apt-get remove -y \
curl && \
apt-get autoremove -y && \