diff --git a/ansible/galaxy.yml b/ansible/galaxy.yml index e33c6e7a..e3f7c637 100644 --- a/ansible/galaxy.yml +++ b/ansible/galaxy.yml @@ -19,7 +19,7 @@ tags: dependencies: amazon.aws: ">=9.0.0" ansible.windows: ">=2.5.0" - community.general: ">=12.6.0,<12.7.0" + community.general: ">=13.0.0,<13.1.0" community.windows: ">=2.3.0" chocolatey.chocolatey: ">=1.5.3" repository: https://github.com/dreadnode/ansible-collection-goad diff --git a/ansible/requirements.yml b/ansible/requirements.yml index c9441499..c17df07f 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: ansible.windows version: ">=2.5.0" - name: community.general - version: ">=12.6.0,<12.7.0" + version: ">=13.0.0,<13.1.0" - name: community.windows version: ">=2.3.0" - name: chocolatey.chocolatey