Skip to content

interim fix: pin latest ansible version due to ansible/molecule#4017 #180

interim fix: pin latest ansible version due to ansible/molecule#4017

interim fix: pin latest ansible version due to ansible/molecule#4017 #180

Workflow file for this run

# vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 smartindent nu
---
name: ansible-lint
on:
pull_request:
push:
schedule:
- cron: "10 6 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run ansible-lint
uses: ansible/[email protected]
with:
path: '.'