Skip to content

Commit

Permalink
switch back to ansible 10.7, till problems solved with 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Dec 21, 2024
1 parent 7ccbbe0 commit 8a8445e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion roles/ansible_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ 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.1

# Problems with 11.1:
# fatal: [127.0.0.1]: FAILED! => {"changed": false, "module_stderr": "/bin/sh: line 1: /root/.venvs/ansible/bin/python3.11: Permission denied\n", "module_stdout": "", "msg": "MODULE FAILURE: No start of json char found\nSee stdout/stderr for the exact error", "rc": 126}

ansible_node_ansible_version: 10.7

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

0 comments on commit 8a8445e

Please sign in to comment.