Skip to content

[WIP] Introduce Bootstrap secrets #355

[WIP] Introduce Bootstrap secrets

[WIP] Introduce Bootstrap secrets #355

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c
with:
setup_python: "true"