Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

dep: upgrade to ansible 2.10.2 #1814

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/streisand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
matrix:
# 3.5 for older distro's like xenial, and 3.8 to test the latest python
python-version: [3.5, 3.8]
# Test ansible 2.8 and "latest"
ansible-version: [">=2.8,<2.9", ">=2.9"]
# Test ansible 2.10 and "latest"
ansible-version: [">=2.10,<2.11", ">=2.10"]
env_vars:
- {RUN: "shellcheck yamlcheck syntax ci", SITE: "global_vars/default-site.yml"}
- {RUN: "ci", SITE: "tests/site_vars/openconnect.yml"}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Core with Azure dependencies
#
ansible[azure]==2.8.4
ansible[azure]==2.10.2

SecretStorage

Expand Down
2 changes: 1 addition & 1 deletion util/ansible_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# check_ansible checks that Ansible is installed on the local system
# and that it is a supported version.
function check_ansible() {
local REQUIRED_ANSIBLE_VERSION="2.8.4"
local REQUIRED_ANSIBLE_VERSION="2.10.2"

if ! command -v ansible > /dev/null 2>&1; then
echo "
Expand Down