Skip to content

Commit

Permalink
Update ansible version in EE
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys committed Oct 30, 2023
1 parent 72434f2 commit 2751d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tealc-ee/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PYCMD="/usr/bin/python3"
ARG PKGMGR_PRESERVE_CACHE=""
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=""
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS=""
ARG ANSIBLE_INSTALL_REFS="ansible-core>=2.15.0 ansible-runner"
ARG ANSIBLE_INSTALL_REFS="ansible-core==2.15.3 ansible-runner==2.15.3"
ARG PKGMGR="/usr/bin/dnf"

# Base build stage
Expand Down
4 changes: 2 additions & 2 deletions tealc-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: 3

dependencies:
ansible_core:
package_pip: ansible-core>=2.15.0
package_pip: ansible-core==2.15.3
ansible_runner:
package_pip: ansible-runner
package_pip: ansible-runner==2.15.3
galaxy: ../install/collections/requirements.yml
system:
- tar
Expand Down

0 comments on commit 2751d16

Please sign in to comment.