From d8bac3cd9df3acb079bf98a74f068e4e8d0381cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Cor=C3=A9?= Date: Tue, 11 Apr 2023 10:13:29 +0200 Subject: [PATCH] Add community.general to azure openenv config --- ansible/configs/open-environment-azure/requirements.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/configs/open-environment-azure/requirements.yml b/ansible/configs/open-environment-azure/requirements.yml index f506e7f3da4..deceb1785d3 100644 --- a/ansible/configs/open-environment-azure/requirements.yml +++ b/ansible/configs/open-environment-azure/requirements.yml @@ -1,5 +1,7 @@ --- collections: +- name: community.general + version: 4.6.1 - name: azure.azcollection version: 1.9.0 - name: azure.rm