diff --git a/README.md b/README.md index 00ee91e..bd33796 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ proxmox-template-clone/ ### Ansible Collections ```yaml -- community.general >= 8.0.0 +- community.general >= 9.1.0 - ansible.posix >= 1.5.0 ``` diff --git a/requirements.yml b/requirements.yml index 3834074..2836098 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,6 +1,6 @@ --- collections: - name: community.general - version: ">=8.0.0" + version: ">=9.1.0" - name: ansible.posix version: ">=1.5.0"