Skip to content

More debug

More debug #67

Workflow file for this run

---
name: Test role
on: [push, pull_request]
jobs:
molecule:
name: Runs molecule for the ansible role
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Test the role
uses: gofrolist/molecule-action@v2
with:
molecule_command: test
molecule_working_dir: "deploy/roles/catchall"
env:
ANSIBLE_FORCE_COLOR: '1'