Skip to content

Feature: Install NUT from source #6

Feature: Install NUT from source

Feature: Install NUT from source #6

Workflow file for this run

---
name: Molecule
'on':
push:
pull_request:
branches:
- main
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Molecule
uses: gofrolist/molecule-action@v2
env:
ANSIBLE_FORCE_COLOR: '1'