Skip to content

Commit d5006af

Browse files
authored
Merge pull request #14 from stakater/KhizerJaan-patch-1
Add azure module
2 parents 44f4520 + daed7d7 commit d5006af

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
@@ -226,7 +226,8 @@ RUN pip3 install \
226226
msrestazure \
227227
azure-mgmt-compute \
228228
azure-mgmt-network \
229-
azure-mgmt-resource
229+
azure-mgmt-resource \
230+
ansible[azure]
230231

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

0 commit comments

Comments
 (0)