Update template and vars for ffu and minor update jobs #1841
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Based on https://github.com/marketplace/actions/ansible-lint | |
| name: Ansible lint github pipeline | |
| on: [push, pull_request] | |
| jobs: | |
| test: | |
| name: Ansible Lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Lint Ansible Playbooks | |
| uses: ansible/ansible-lint@v25.6.1 | |
| with: | |
| requirements_file: ansible/requirements.yml |