Skip to content

YDA-5834: add config folder path to portal role #2159

YDA-5834: add config folder path to portal role

YDA-5834: add config folder path to portal role #2159

Workflow file for this run

name: Ansible Lint
on:
push:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docs/**'
- 'docker/**'
- '.github/workflows/documentation.yml'
pull_request:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docker/**'
- 'docs/**'
- '.github/workflows/documentation.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]