diff --git a/aws_ee/execution-environment.yml b/aws_ee/execution-environment.yml index 14eb988..fc517ee 100644 --- a/aws_ee/execution-environment.yml +++ b/aws_ee/execution-environment.yml @@ -2,7 +2,7 @@ version: 1 build_arg_defaults: - EE_BASE_IMAGE: 'registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8' + EE_BASE_IMAGE: 'registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8' dependencies: galaxy: requirements.yml @@ -10,6 +10,8 @@ dependencies: system: bindep.txt additional_build_steps: + prepend: | + RUN pip3 install --upgrade pip append: - RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/awscliv2.zip" - RUN unzip /awscliv2.zip -d /aws diff --git a/aws_ee/requirements.txt b/aws_ee/requirements.txt index af7a38a..3d6f03f 100644 --- a/aws_ee/requirements.txt +++ b/aws_ee/requirements.txt @@ -1,3 +1,5 @@ pysnow requests netaddr +boto3 +botocore diff --git a/aws_ee/requirements.yml b/aws_ee/requirements.yml index c7e5365..9076fdf 100644 --- a/aws_ee/requirements.yml +++ b/aws_ee/requirements.yml @@ -2,8 +2,8 @@ collections: - name: servicenow.itsm - name: amazon.aws - - name: ansible.controller - name: ansible.posix + - name: ansible.controller - name: awx.awx - name: amazon.cloud - name: community.aws