diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index d3a1a4c..ad5e44a 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - ansible: [v2.13.13, v2.14.11, v2.15.5, stable-2.16] + ansible: [v2.14.13, v2.15.8, v2.16.2, stable-2.16] steps: - name: Check out code uses: actions/checkout@v3 @@ -65,8 +65,8 @@ jobs: with: python-version: ${{ env.python_version }} - - name: Install ansible-base (v2.15.5) - run: pip install https://github.com/ansible/ansible/archive/v2.15.5.tar.gz --disable-pip-version-check + - name: Install ansible-base (v2.15.8) + run: pip install https://github.com/ansible/ansible/archive/v2.15.8.tar.gz --disable-pip-version-check - name: Download migrated collection artifacts uses: actions/download-artifact@v3 @@ -107,7 +107,7 @@ jobs: strategy: fail-fast: false matrix: - ansible: [v2.13.13, v2.14.11, v2.15.5, stable-2.16] + ansible: [v2.14.13, v2.15.8, v2.16.2, stable-2.16] steps: - name: Set up Python ${{ env.python_version }} uses: actions/setup-python@v4 @@ -149,7 +149,7 @@ jobs: strategy: fail-fast: false matrix: - ansible: [v2.13.13, v2.14.11, v2.15.5, stable-2.16] + ansible: [v2.14.13, v2.15.8, v2.16.2, stable-2.16] python-version: ['3.10'] steps: - name: Set up Python ${{ matrix.python-version }} @@ -195,8 +195,8 @@ jobs: with: python-version: ${{ env.python_version }} - - name: Install ansible-base (v2.15.5) - run: pip install https://github.com/ansible/ansible/archive/v2.15.5.tar.gz --disable-pip-version-check + - name: Install ansible-base (v2.15.8) + run: pip install https://github.com/ansible/ansible/archive/v2.15.8.tar.gz --disable-pip-version-check - name: Install coverage (v4.5.4) run: pip install coverage==4.5.4 diff --git a/README.md b/README.md index b1a5e87..9880b01 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Modules supporting new features introduced in ND API in specific ND versions mig *Note: This collection is not compatible with versions of Ansible before v2.8.* ## Requirements -- Ansible v2.13 or newer +- Ansible v2.14 or newer ## Install Ansible must be installed diff --git a/meta/runtime.yml b/meta/runtime.yml index 81995bb..e3b94dd 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,5 +1,5 @@ --- -requires_ansible: '>=2.13.1' +requires_ansible: '>=2.14.0' action_groups: all: - nd_backup