Skip to content

Commit

Permalink
Merge pull request #327 from nextcloud/deps/9-dec-2023-dependency-upg…
Browse files Browse the repository at this point in the history
…rades

Dependency upgrades
  • Loading branch information
staticdev authored Feb 11, 2024
2 parents 84b9b3c + f04270e commit acdc1f5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The collection includes a variety of Ansible content to help automate the manage
<!--start requires_ansible-->
## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.11.0**.
This collection has been tested against following Ansible versions: **>=2.14.0**.

Plugins and modules within a collection may be tested with only specific Ansible versions.
<!--end requires_ansible-->
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.11.0'
requires_ansible: '>=2.14.0'
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
collections:
- name: ansible.utils
version: 2.9.0
version: 3.0.0
- name: community.general
version: 6.5.0
version: 8.2.0
roles:
- name: geerlingguy.php-versions
version: 5.0.1
version: 6.0.1
2 changes: 1 addition & 1 deletion roles/backup/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:

license: BSD

min_ansible_version: "2.11"
min_ansible_version: "2.14"

platforms:
- name: EL
Expand Down
2 changes: 1 addition & 1 deletion roles/install_nextcloud/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:

license: BSD

min_ansible_version: "2.11"
min_ansible_version: "2.14"

platforms:
- name: Ubuntu
Expand Down

0 comments on commit acdc1f5

Please sign in to comment.