Skip to content

Commit

Permalink
Merge pull request #143 from HichamMourad/main
Browse files Browse the repository at this point in the history
update aws_ee
  • Loading branch information
HichamMourad authored Oct 31, 2024
2 parents a9bd653 + 28f6769 commit 29867f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion aws_ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
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
python: requirements.txt
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
Expand Down
2 changes: 2 additions & 0 deletions aws_ee/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pysnow
requests
netaddr
boto3
botocore
2 changes: 1 addition & 1 deletion aws_ee/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29867f7

Please sign in to comment.