Skip to content

Commit

Permalink
Update ansible to 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Dec 4, 2024
1 parent bc5bf97 commit aa38fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/ansible_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Available variables can be found in [defaults/main.yml](defaults/main.yml)
- hosts: all

vars:
ansible_node_ansible_version: 11.0
ansible_node_ansible_version: 11.1

roles:
- alphanodes.setup.ansible_node
Expand Down
2 changes: 1 addition & 1 deletion roles/ansible_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ansible_node_disallowed_packages:
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#support-life
# Debian 11 has python 3.9 -> ansible-core 9.0 requires python 3.10!!!
# ansible_node_ansible_version: 8.6
ansible_node_ansible_version: 11.0
ansible_node_ansible_version: 11.1

# required switching from 2.9 to newer version
ansible_node_remove_before_install: false
Expand Down

0 comments on commit aa38fa9

Please sign in to comment.