Skip to content

Commit

Permalink
new ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jan 29, 2025
1 parent 0a57c34 commit e5f1934
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.1
ansible_node_ansible_version: 11.2

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 @@ -54,7 +54,7 @@ ansible_node_disallowed_packages:
# 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: 11.1
ansible_node_ansible_version: 11.2

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

0 comments on commit e5f1934

Please sign in to comment.