Skip to content

fix: cannot use community-general version 12 - no py27 and py36 support #650

fix: cannot use community-general version 12 - no py27 and py36 support

fix: cannot use community-general version 12 - no py27 and py36 support #650

name: Run tests on Ubuntu
on: # yamllint disable-line rule:truthy
- push
- pull_request
jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v5
- name: ansible check with ubuntu:latest
uses: roles-ansible/check-ansible-ubuntu-latest-action@master
with:
group: local
hosts: localhost
targets: "tests/tests_*.yml"
ubuntu-20:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v5
- name: ansible check with ubuntu:20 (focal)
uses: roles-ansible/check-ansible-ubuntu-focal-action@master
with:
group: local
hosts: localhost
targets: "tests/tests_*.yml"