We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cd3b1 commit 9ad44b8Copy full SHA for 9ad44b8
execution-environment.yml
@@ -6,7 +6,7 @@ images:
6
dependencies:
7
ansible_core:
8
# A minimum of 2.15 is required to get ansible-inventory --limit option
9
- package_pip: ansible-core==2.16.13
+ package_pip: ansible-core==2.16.14
10
ansible_runner:
11
package_pip: ansible-runner>=2.4.0
12
python_interpreter:
@@ -69,6 +69,6 @@ additional_build_steps:
69
- RUN $PYCMD -m pip install -U pip
70
- RUN unlink /usr/bin/python3 && ln -s /usr/bin/python3.12 /usr/bin/python3
71
append_final:
72
- - COPY --from=quay.io/ansible/receptor:v1.5.0 /usr/bin/receptor /usr/bin/receptor
+ - COPY --from=quay.io/ansible/receptor:v1.5.2 /usr/bin/receptor /usr/bin/receptor
73
- RUN mkdir -p /var/run/receptor
74
- RUN git lfs install --system
0 commit comments