diff --git a/advanova/vmobil/galaxy.yml b/advanova/vmobil/galaxy.yml index d7e00f4..4903fad 100644 --- a/advanova/vmobil/galaxy.yml +++ b/advanova/vmobil/galaxy.yml @@ -36,7 +36,7 @@ tags: [application] # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: - ansible.utils: 2.10.3 + ansible.utils: 5.0.0 community.general: 7.0.1 community.mysql: 3.9.0 advanova.base: ">=0.0.0" diff --git a/requirements.yml b/requirements.yml index 4641678..62eb97c 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: ansible.utils - version: 2.10.3 + version: 5.0.0 - name: community.general version: 7.0.1 - name: community.mysql