From 4b1067db19efb4675a128360dce1ceef3ee21b5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:10:56 +0000 Subject: [PATCH] chore(deps): update dependency ansible to v11 Signed-off-by: Renovate Bot --- roles/manager/templates/wrapper/osism-update-manager.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/manager/templates/wrapper/osism-update-manager.j2 b/roles/manager/templates/wrapper/osism-update-manager.j2 index 1ad8c276e..bde9e6a69 100644 --- a/roles/manager/templates/wrapper/osism-update-manager.j2 +++ b/roles/manager/templates/wrapper/osism-update-manager.j2 @@ -7,7 +7,7 @@ ANSIBLE_INVENTORY=${ANSIBLE_INVENTORY:-{{ configuration_directory }}/inventory} ANSIBLE_PLAYBOOKS_MANAGER_SOURCE=${ANSIBLE_PLAYBOOKS_MANAGER_SOURCE:-git+https://github.com/osism/ansible-playbooks-manager} ANSIBLE_PRIVATE_KEY=${ANSIBLE_PRIVATE_KEY:-/opt/ansible/secrets/id_rsa.operator} ANSIBLE_USER=${ANSIBLE_USER:-dragon} -ANSIBLE_VERSION=${ANSIBLE_VERSION:-ansible==10.7.0} +ANSIBLE_VERSION=${ANSIBLE_VERSION:-ansible==11.1.0} CONFIGURATION_DIRECTORY=${CONFIGURATION_DIRECTORY:-{{ configuration_directory }}} INSTALL_ANSIBLE_ROLES=${INSTALL_ANSIBLE_ROLES:-true} MANAGER_VERSION=${MANAGER_VERSION:-main}