1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00

Merge pull request #12 from roles-ansible/ci

Adding centos9 check
This commit is contained in:
L3D 2022-04-06 22:45:33 +02:00 committed by GitHub
commit fbb9391320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,20 @@
---
name: Ansible check centos:stream9 # feel free to pick your own name
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- name: checkout git repo
uses: actions/checkout@v3
- name: ansible check with quay.io/centos/centos:stream9
# optionally replace "main" with any valid git ref
uses: roles-ansible/check-ansible-centos-centos9-action@main
with:
targets: "./"

View file

@ -17,10 +17,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Lint Ansible Playbook - name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master uses: ansible/ansible-lint-action@v6
with: with:
targets: "." targets: "."
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
args: ""
# [optional]