Skip to content

Commit 9cf5a4b

Browse files
authored
Merge pull request #15 from stakater/KhizerJaan-patch-1
Add azure-cli module
2 parents d5006af + 7db630a commit 9cf5a4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ RUN pip3 install \
227227
azure-mgmt-compute \
228228
azure-mgmt-network \
229229
azure-mgmt-resource \
230-
ansible[azure]
230+
'ansible[azure]' \
231+
azure-cli
231232

232233
#install ansible
233234
RUN if [[ ! -z ${ANSIBLE_VERSION} && ! -z ${JINJA_VERSION} ]] ; then \

0 commit comments

Comments
 (0)