Skip to content

Update goss 0.4.2

Update goss 0.4.2 #276

name: Molecule - Ansible Galaxy
on:
pull_request:
paths:
- .manala.yaml
- .github/workflows/molecule.ansible_galaxy.yaml
- .config/molecule/config.yml
- molecule/Dockerfile.*
- molecule/ansible_galaxy/**
- roles/ansible_galaxy/**
# Plugins
- plugins/lookup/ansible_galaxy_roles.py
workflow_dispatch:
inputs:
debug:
type: boolean
description: Run with tmate debugging
required: false
default: false
jobs:
ansible_galaxy:
uses: ./.github/workflows/molecule.yaml
with:
debug: ${{ inputs.debug == true }}
scenario: ansible_galaxy