microsoft / azuredevopslabs

Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
https://www.azuredevopslabs.com
MIT License
806 stars 905 forks source link

AnsibleLab - Update needed #706

Open marmila opened 3 months ago

marmila commented 3 months ago

Hi there, found 2 issues/outdated content on the ansible lab

1: in task 3 you specify to create a service connection only for SSH but also a service connection for azure resource manager will be needed

2: the release pipeline fails with this error while triyng to run the ansible playbook to deploy the needed resources on azure. 2024-03-29T07:10:14.3790547Z ##[error]/home/***/.local/lib/python3.6/site-packages/ansible/parsing/vault/init.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6.

thx