Skip to content

Commit

Permalink
Bump: limit ansible-core>=2.11.3,<2.12.0 (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored Nov 9, 2021
1 parent 7bdab96 commit 1379586
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
fail-fast: true
matrix:
avd_scenario: ['eos_cli_config_gen','upgrade_eos_cli_config_gen']
ansible_version: ['ansible-core==2.11.3', 'ansible-core>=2.11.3']
ansible_version: ['ansible-core==2.11.3', 'ansible-core>=2.11.3,<2.12.0']
needs: [ pre_commit ]
if: needs.file-changes.outputs.config_gen == 'true'
steps:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
fail-fast: true
matrix:
avd_scenario: ['dhcp_configuration', 'dhcp_provisionning']
ansible_version: ['ansible-core==2.11.3', 'ansible-core>=2.11.3']
ansible_version: ['ansible-core==2.11.3', 'ansible-core>=2.11.3,<2.12.0']
needs: [ pre_commit ]
if: needs.file-changes.outputs.dhcp == 'true'
steps:
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- 'upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp'
- 'upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos'
- 'upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp'
ansible_version: ['ansible-core==2.11.3', 'ansible-core>=2.11.3']
ansible_version: ['ansible-core==2.11.3', 'ansible-core>=2.11.3,<2.12.0']
needs: [ pre_commit ]
if: needs.file-changes.outputs.eos_design == 'true' || needs.file-changes.outputs.config_gen == 'true'
steps:
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
fail-fast: true
matrix:
avd_scenario: ['eos_config_deploy_cvp']
ansible_version: ['ansible-core==2.11.3', 'ansible-core>=2.11.3']
ansible_version: ['ansible-core==2.11.3', 'ansible-core>=2.11.3,<2.12.0']
needs: [ pre_commit ]
if: needs.file-changes.outputs.cloudvision == 'true'
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The documentation how to leverage ansible-avd collection is located here:
**Ansible + Additional Python Libraries Installation:**

```shell
$ pip3 install ansible-core>=2.11.3
$ pip3 install ansible-core>=2.11.3,<2.12.0

$ pip3 install -r ansible_collections/arista/avd/requirements.txt
```
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This repository provides custom plugins for Ansible's collection __arista.avd__
**Ansible + Additional Python Libraries Installation:**

```shell
$ pip3 install ansible-core>=2.11.3
$ pip3 install ansible-core>=2.11.3,<2.12.0

$ pip3 install -r requirements.txt
```
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core>=2.11.3
ansible-core>=2.11.3,<2.12.0
ansible-lint
galaxy-importer>=0.3.1
pycodestyle
Expand Down

0 comments on commit 1379586

Please sign in to comment.