We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe4ef8 commit f0680e8Copy full SHA for f0680e8
roles/manager/templates/wrapper/osism-update-manager.j2
@@ -7,7 +7,7 @@ ANSIBLE_INVENTORY=${ANSIBLE_INVENTORY:-{{ configuration_directory }}/inventory}
7
ANSIBLE_PLAYBOOKS_MANAGER_SOURCE=${ANSIBLE_PLAYBOOKS_MANAGER_SOURCE:-git+https://github.com/osism/ansible-playbooks-manager}
8
ANSIBLE_PRIVATE_KEY=${ANSIBLE_PRIVATE_KEY:-/opt/ansible/secrets/id_rsa.operator}
9
ANSIBLE_USER=${ANSIBLE_USER:-dragon}
10
-ANSIBLE_VERSION=${ANSIBLE_VERSION:-ansible==11.10.0}
+ANSIBLE_VERSION=${ANSIBLE_VERSION:-ansible==12.1.0}
11
CONFIGURATION_DIRECTORY=${CONFIGURATION_DIRECTORY:-{{ configuration_directory }}}
12
INSTALL_ANSIBLE_ROLES=${INSTALL_ANSIBLE_ROLES:-true}
13
MANAGER_VERSION=${MANAGER_VERSION:-main}
0 commit comments