Skip to content

Fixed failing TOSS-04-040690 by only grabbing the first number matche… #201

Fixed failing TOSS-04-040690 by only grabbing the first number matche…

Fixed failing TOSS-04-040690 by only grabbing the first number matche… #201

Workflow file for this run

# From: https://github.com/ansible/ansible-lint-action
name: ansible-lint
on: [push, pull_request]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint-action@main
with:
path: "ansible/"