diff --git a/spec/bindep.txt b/spec/bindep.txt index b7c4109..896a39a 100644 --- a/spec/bindep.txt +++ b/spec/bindep.txt @@ -10,3 +10,4 @@ rsync [platform:rpm] epel-release [platform:rpm] python-unversioned-command [platform:rpm] unzip [platform:rpm] +podman-remote [platform:rpm] diff --git a/spec/galaxy.yml b/spec/galaxy.yml index c8ebe09..b45cf38 100644 --- a/spec/galaxy.yml +++ b/spec/galaxy.yml @@ -2,6 +2,7 @@ collections: - name: awx.awx - name: azure.azcollection + version: ">=2.1.0" - name: kubernetes.core - name: ansible.posix - name: ansible.windows diff --git a/spec/requirements.txt b/spec/requirements.txt index 4aa291f..e232c98 100644 --- a/spec/requirements.txt +++ b/spec/requirements.txt @@ -12,3 +12,6 @@ ansible-modules-hashivault==5.2.1 jmespath==1.0.1 # Required by community.general LDAP plugins python-ldap==3.4.4 + +# wazh7587 03/27/2024 Added from awx-ee for containerized receptor mesh support +receptorctl==1.4.5