Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /ansible
# Linux image with Python + ansible installed
ansible:
# renovate: datasource=pypi depName=ansible
ARG ANSIBLE_VERSION=8.4.0
ARG ANSIBLE_VERSION=9.0.1
RUN pip install ansible==$ANSIBLE_VERSION

# The above, with the locally defined roles installed
Expand Down
2 changes: 1 addition & 1 deletion devcontainer/features/src/ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pip requirements
ansible==8.6.1
ansible==9.0.1
kubernetes==28.1.0