Skip to content

Commit

Permalink
[ansible] Bump Ansible version ans roles
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 23, 2024
1 parent 0a2478a commit b1e9dc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
collections:
- name: ansible.posix
version: 1.5.4
version: 2.0.0
- name: community.docker
version: 3.7.0
version: 4.2.0
- name: community.general
version: 8.3.0
version: 10.1.0
- name: kewlfft.aur
version: 0.11.1
- name: moreati.uv
Expand Down
4 changes: 2 additions & 2 deletions utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ function create_python_venv() {
# collections will be installed under the /root/.ansible directory.
function install_ansible() {
echo -ne "➤ Installing Ansible requirements in Python virtualenv... "
ANSIBLE_VERSION="9.2.0"
ANSIBLE_VERSION="10.7.0"
[ "$(ver "$PYTHON")" -lt "$(ver 3.10)" ] && ANSIBLE_VERSION="8.7.0"
$PIP_COMMAND install ansible=="$ANSIBLE_VERSION" docker==7.1.0 requests==2.31.0 &>>"$LOG_FILE"
$PIP_COMMAND install ansible=="$ANSIBLE_VERSION" docker==7.1.0 requests==2.32.3 &>>"$LOG_FILE"
ansible-galaxy collection install -r ansible/requirements.yml &>>"$LOG_FILE"
echo -e "[$done_format]"
}
Expand Down

0 comments on commit b1e9dc8

Please sign in to comment.