Skip to content

Commit

Permalink
Bump ansible-core v2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrZotov committed Nov 20, 2023
1 parent 4c106c6 commit 577ed58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ansible-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
strategy:
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
matrix:
ansible: ["2.13", "2.14", "2.15"]
ansible: ["2.14", "2.15", "2.16"]
python: ["3.8", "3.9", "3.10", "3.11"]
exclude:
- ansible: "2.13"
python: "3.11"
- ansible: "2.14"
python: "3.8"
- ansible: "2.15"
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This collection requires **Python v3.8 or greater**. If you don't have Python in


Current Ansible-core and Ansible version supported:
- `ansible-core`: **>=2.13**
- `ansible`: **>=6.x**
- `ansible-core`: **>=2.14**
- `ansible`: **>=7.x**

We recommend installing Ansible in a `virtualenv` created specifically for this project.

Expand All @@ -29,7 +29,7 @@ We recommend installing Ansible in a `virtualenv` created specifically for this
python3 -m venv <path_to_venv>/onepassword_ansible
source <path_to_venv>/onepassword_ansible activate

pip3 install 'ansible-core==2.11.*' 'ansible>=4.0,<5'
pip3 install 'ansible-core==2.14.*' 'ansible>=7.x'
```

### Clone the Repo
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
The 1Password Connect collection contains modules that interact with your 1Password Connect deployment. The modules communicate with the 1Password Connect API to support Vault Item create/read/update/delete operations.

## Requirements
- `ansible`: **>=6.x**
- `ansible-core`: **>=2.13**
- `ansible`: **>=7.x**
- `ansible-core`: **>=2.14**
- `python`: **>=3.8**
- `1Password Connect`: **>= 1.0.0**

Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.13.0'
requires_ansible: '>=2.14.0'

0 comments on commit 577ed58

Please sign in to comment.