From 0e302d97196e52b08f3059a2e167e88f417a3b72 Mon Sep 17 00:00:00 2001 From: willtome Date: Mon, 9 Oct 2023 12:56:27 -0400 Subject: [PATCH] update versions --- product-demos-ee/requirements.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/product-demos-ee/requirements.yml b/product-demos-ee/requirements.yml index 6aa1317d..cffce738 100644 --- a/product-demos-ee/requirements.yml +++ b/product-demos-ee/requirements.yml @@ -1,10 +1,12 @@ --- collections: - name: ansible.controller - version: 4.3.0 + version: 4.4.0 - name: redhat_cop.controller_configuration - version: 2.2.5 - #linux + version: 2.3.1 + # linux + - name: ansible.posix + version: 1.5.4 - name: redhat.insights version: 1.0.7 - name: redhat.rhel_system_roles @@ -12,21 +14,21 @@ collections: - name: community.general version: 6.3.0 - name: containers.podman - #windows + # windows - name: chocolatey.chocolatey - name: community.windows - version: 1.12.0 + version: 2.0.0 - name: ansible.windows version: 1.13.0 - #cloud + # cloud - name: azure.azcollection version: 1.14.0 - name: amazon.aws version: 5.2.0 - #satellite + # satellite - name: redhat.satellite version: 3.8.0 - #network + # network - name: cisco.ios version: 4.4.0 - name: cisco.nxos @@ -35,7 +37,7 @@ collections: version: 5.0.0 - name: ansible.netcommon version: 5.0.0 - #openshift + # openshift - name: redhat.openshift version: 2.3.0 - name: kubernetes.core