Added ansible module dependency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-04-18 14:54:41 +02:00
parent 8ee8e727c2
commit 4f36a48581
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \
pip3 install --upgrade pip && \
pip3 install \
ansible-core \
# (pyvmomi & requests) Dependency for vmware_guest module
pyvmomi \
requests && \
pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \
pwsh -Command "Install-Module -Name 'powershell-yaml','VMware.PowerCLI' -Verbose" && \