Skip to content

adding become to service restarts (#571) #563

adding become to service restarts (#571)

adding become to service restarts (#571) #563

Workflow file for this run

---
name: Molecule
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
scenario:
- almalinux-8
- almalinux-9
- centos-stream-8
- centos-stream-9
- debian-10
- debian-11
- fedora-37
- fedora-38
- oraclelinux-7
- oraclelinux-8
- oraclelinux-9
- rockylinux-8
- rockylinux-9
- ubuntu-20.04
- ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Molecule
uses: gofrolist/[email protected]
with:
molecule_options: --base-config molecule/_shared/base.yml
molecule_args: --scenario-name ${{ matrix.scenario }}
molecule_working_dir: ansible-community/ansible-consul