File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -222,13 +222,7 @@ RUN pip3 install \
222222 pip \
223223 pyOpenSSL \
224224 pyvmomi \
225- setuptools \
226- msrestazure \
227- azure-mgmt-compute \
228- azure-mgmt-network \
229- azure-mgmt-resource \
230- 'ansible[azure]' \
231- azure-cli
225+ setuptools
232226
233227# install ansible
234228RUN if [[ ! -z ${ANSIBLE_VERSION} && ! -z ${JINJA_VERSION} ]] ; then \
@@ -241,6 +235,10 @@ RUN if [[ ! -z ${ANSIBLE_VERSION} && ! -z ${JINJA_VERSION} ]] ; then \
241235
242236# install ansible collection
243237RUN ansible-galaxy collection install kubernetes.core
238+ RUN ansible-galaxy collection install azure.azcollection --force
239+
240+ RUN pip3 install -r ~/.ansible/collections/ansible_collections/azure/azcollection/requirements.txt -v
241+ RUN pip3 install azure-cli
244242
245243ENV TERM xterm
246244ENV ZSH_THEME agnoster
You can’t perform that action at this time.
0 commit comments