Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Update README.md

Update README.md #39

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: |
./
override-deps: |
ansible==2.10.0
ansible-lint==4.3.5