using newer version of community.general

This commit is contained in:
2026-02-02 13:44:09 -05:00
parent aeafb9de6b
commit a6b2911860
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ proxmox-template-clone/
### Ansible Collections ### Ansible Collections
```yaml ```yaml
- community.general >= 8.0.0 - community.general >= 9.1.0
- ansible.posix >= 1.5.0 - ansible.posix >= 1.5.0
``` ```

View File

@@ -1,6 +1,6 @@
--- ---
collections: collections:
- name: community.general - name: community.general
version: ">=8.0.0" version: ">=9.1.0"
- name: ansible.posix - name: ansible.posix
version: ">=1.5.0" version: ">=1.5.0"