Skip to content

Properly hide information from logs (#111) #4

Properly hide information from logs (#111)

Properly hide information from logs (#111) #4

Workflow file for this run

---
name: Ansible lint
"on":
push:
branches:
- main
paths:
- 'playbooks/**'
pull_request:
paths:
- 'playbooks/**'
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v24