Skip to content

Commit

Permalink
[#187593014] Teste mit Ansible Core 2.16 im Next Scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed May 17, 2024
1 parent c4ae5a1 commit e6da135
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ inputs:
default: '==2.13.*'
ansible_next_version:
description: Ansible version to use for 'ansible_next' scenario
default: '==2.14.*'
ansible_scenario:
description: 'Predefined ansible versions: ansible_current, ansible_next, ansible_latest'
default: ''
default: '==2.16.*'
ansible_version:
description: Ansible version to use, leave empty for newest
default: ''
ansible_scenario:
description: 'Predefined ansible versions: ansible_current, ansible_next, ansible_latest'
default: ''
distro:
description: 'Execute tests against distribution'
default: 'ubuntu-20.04'
Expand All @@ -30,7 +30,7 @@ inputs:
default: '3.12'
jinja2_current_version:
description: Jinaj2 version to use for 'ansible_current' scenario
default: '==3.1.2'
default: ''
jinja2_version:
description: Jinaj2 version to use, leave empty for newest
default: ''
Expand All @@ -49,7 +49,7 @@ runs:
with:
repository: Rheinwerk/molecule
path: 'git_molecule'
ref: v1
ref: v2

- name: Set up Python 3
uses: actions/setup-python@v5
Expand Down

0 comments on commit e6da135

Please sign in to comment.