Skip to content

878 jmx and jmx exporter configuration and authentification #294

878 jmx and jmx exporter configuration and authentification

878 jmx and jmx exporter configuration and authentification #294

Workflow file for this run

name: Ansible Lint
on:
pull_request:
types: [opened, reopened, synchronize]
env:
NAMESPACE: tosit
COLLECTION_NAME: tdp
ANSIBLE_COLLECTIONS_PATH: ${{ github.workspace }}
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
- name: Setup venv for linting
run: dev/setup.sh
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
- name: Run ansible-lint
run: source venv/bin/activate && ansible-lint
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}