Skip to content

Commit

Permalink
chore(deps): update dependency ansible to v11
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 129783b commit c823b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/manager/templates/wrapper/osism-update-manager.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.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}
Expand Down

0 comments on commit c823b09

Please sign in to comment.