Skip to content

fixes debug v1

fixes debug v1 #19

Workflow file for this run

---
name: Molecule Testsing
on: # yamllint disable-line rule:truthy
push: null
pull_request:
branches:
- main
- master
permissions: read-all
concurrency:
group: >-
${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Ls
run: tree
- name: molecule
uses: arillso/action.molecule@0.0.1
with:
command: test
scenario: default
working_directory: ${{ github.repository }}/roles/bareos
env:
ANSIBLE_FORCE_COLOR: '1'
ANSIBLE_GALAXY_SERVER: https://old-galaxy.ansible.com
ANSIBLE_GALAXY_SERVER_TIMEOUT: 300