Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
960cc9e72a | |||
f5083595f0 | |||
831f658f60 | |||
8ce4376c87 | |||
cc928916a5 | |||
4249473328 |
8
.github/workflows/molecule.yml
vendored
8
.github/workflows/molecule.yml
vendored
@ -1,12 +1,10 @@
|
||||
---
|
||||
name: Ansible Molecule
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
tags_ignore:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
name: Setup scenarios matrix
|
||||
@ -27,7 +25,6 @@ jobs:
|
||||
JSON="$JSON]"
|
||||
|
||||
echo "::set-output name=scenarios::$(echo $JSON)"
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
needs:
|
||||
@ -42,7 +39,6 @@ jobs:
|
||||
uses: ansible/ansible-lint-action@main
|
||||
with:
|
||||
path: "."
|
||||
|
||||
test:
|
||||
name: Scenario "${{ matrix.scenario }}" on ${{ matrix.config.image }}:${{ matrix.config.tag }}
|
||||
needs:
|
||||
@ -67,6 +63,8 @@ jobs:
|
||||
tag: "10"
|
||||
- image: "ubuntu"
|
||||
tag: "22.04"
|
||||
- image: ubuntu
|
||||
tag: "24.04"
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
@ -27,6 +27,9 @@ provisioner:
|
||||
name: ansible
|
||||
env:
|
||||
ANSIBLE_FORCE_COLOR: "true"
|
||||
ANSIBLE_LOAD_CALLBACK_PLUGINS: "true"
|
||||
ANSIBLE_STDOUT_CALLBACK: "ansible.posix.debug"
|
||||
ANSIBLE_CALLBACKS_ENABLED: "ansible.posix.profile_tasks"
|
||||
options:
|
||||
v: true
|
||||
|
||||
|
Reference in New Issue
Block a user