diff --git a/action.yml b/action.yml index 3223d14..d1d2bdd 100644 --- a/action.yml +++ b/action.yml @@ -6,10 +6,10 @@ author: Michael Schmitz inputs: ansible_current_version: description: Ansible version to use for 'ansible_current' scenario - default: '==2.13.*' + default: '==2.17.*' ansible_next_version: description: Ansible version to use for 'ansible_next' scenario - default: '==2.16.*' + default: '==2.18.*' ansible_version: description: Ansible version to use, leave empty for newest default: '' @@ -140,4 +140,4 @@ runs: MOLECULE_DISTRO: "${{ inputs.distro }}" MOLECULE_SCENARIO_NAME: "${{ inputs.molecule_scenario }}" PY_COLORS: '1' - TEST_TYPE: "${{ inputs.test_type }}" \ No newline at end of file + TEST_TYPE: "${{ inputs.test_type }}" diff --git a/requirements/collections_ansible_current.yml b/requirements/collections_ansible_current.yml index 7efddd6..66c35cf 100644 --- a/requirements/collections_ansible_current.yml +++ b/requirements/collections_ansible_current.yml @@ -4,9 +4,6 @@ collections: - name: ansible.netcommon - name: ansible.posix - name: ansible.utils - # The last known version compatible with ansible-core<2.14 is `v2.12.0` - - name: ansible.utils - version: 2.12.0 - name: community.aws - name: community.crypto - name: community.docker