Skip to content

Bump ansible from 2.10.7 to 8.5.0 #200

Bump ansible from 2.10.7 to 8.5.0

Bump ansible from 2.10.7 to 8.5.0 #200

Workflow file for this run

name: ansible-lint-agorakube
on:
pull_request:
branches:
- master
- develop
jobs:
ansible_lint:
runs-on: ubuntu-latest
name: A job to lint Ansible Playbooks and roles for Agorakube
steps:
- name: Checkout
uses: actions/checkout@v1
- name: test ansible lint
uses: ./actions/ansible-lint