Added ansible module dependency
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
8ee8e727c2
commit
4f36a48581
@ -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" && \
|
||||
|
Loading…
Reference in New Issue
Block a user