bug fix: add optional anasible task to enable custmized DNS (EL9) #2633
Workflow file for this run
This file contains 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
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/ansible-lint@v25.1.3 |