Skip to content

Commit

Permalink
set ansible 10.1 as default ansible version for ansible_node
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jul 2, 2024
1 parent 771d310 commit 661025c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8.1
ansible_node_ansible_version: 10.1

roles:
- alphanodes.setup.ansible_node
Expand Down
3 changes: 2 additions & 1 deletion roles/ansible_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ ansible_node_disallowed_packages:
# use 7.2 or 7.2.1 for minor fixed version
# 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: 8.6
ansible_node_ansible_version: 10.1

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

0 comments on commit 661025c

Please sign in to comment.