Skip to content

Adding optional dest_iso_filename to allow specifying the filename of the custom ISO; Creating the destination directory for the custom ISO #10

Adding optional dest_iso_filename to allow specifying the filename of the custom ISO; Creating the destination directory for the custom ISO

Adding optional dest_iso_filename to allow specifying the filename of the custom ISO; Creating the destination directory for the custom ISO #10

Workflow file for this run

---
name: 'ansible-lint'
on:
pull_request:
branches: ['main']
workflow_dispatch: {}
jobs:
build:
name: 'Ansible Lint'
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- name: 'Run ansible-lint'
uses: 'ansible/ansible-lint@main'
...