Skip to content

Ensure old ssl certs not copied in nginx role #290

Ensure old ssl certs not copied in nginx role

Ensure old ssl certs not copied in nginx role #290

---
name: Test install_xnat playbook
on:
pull_request:
paths:
- molecule_configs/*
- playbooks/**
- roles/**
- .github/workflows/molecule-install-xnat.yml
- "!**/README.md"
release:
types:
- published
concurrency:
cancel-in-progress: true
group: >-
${{ github.workflow }}-${{ github.event.pull_request.number }}
jobs:
molecule-install-xnat:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
scenario:
- centos7_xnat
- rocky9_xnat
env:
MOLECULE_RUN_TAGS: all
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
steps:
- uses: UCL-MIRSG/.github/actions/molecule-test@b863c874470757db8548388ab0135d573d70b48f # v0.127.0
with:
ansible_major_version: ${{ vars.ANSIBLE_MAJOR_VERSION }}
scenario: ${{ matrix.scenario }}
checkout_path: ansible_collections/mirsg/infrastructure
tests_path: ansible_collections/mirsg/infrastructure/playbooks