Drop obsolete commented-out code
This commit is contained in:
35
.github/workflows/molecule.yml
vendored
35
.github/workflows/molecule.yml
vendored
@@ -85,38 +85,3 @@ jobs:
|
|||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
# MOLECULE_DISTRO: ${{ matrix.distro }}
|
# MOLECULE_DISTRO: ${{ matrix.distro }}
|
||||||
|
|
||||||
|
|
||||||
# molecule:
|
|
||||||
# name: molecule
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# timeout-minutes: 10
|
|
||||||
|
|
||||||
# strategy:
|
|
||||||
# matrix:
|
|
||||||
# distro:
|
|
||||||
# - ubuntu2404
|
|
||||||
# - ubuntu2204
|
|
||||||
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@v6
|
|
||||||
|
|
||||||
# - uses: mamba-org/setup-micromamba@4d84239119b14cba1690b971f05c0bab912bea04
|
|
||||||
# with:
|
|
||||||
# micromamba-version: '2.4.0-0'
|
|
||||||
# environment-file: ci/conda.yml
|
|
||||||
# init-shell: bash
|
|
||||||
# post-cleanup: 'all'
|
|
||||||
# cache-environment: true
|
|
||||||
|
|
||||||
# - name: "Install role dependencies"
|
|
||||||
# run: ansible-galaxy install -r requirements.yml
|
|
||||||
# shell: micromamba-shell {0}
|
|
||||||
|
|
||||||
# - name: "Run Molecule tests"
|
|
||||||
# run: molecule test
|
|
||||||
# shell: micromamba-shell {0}
|
|
||||||
# env:
|
|
||||||
# PY_COLORS: '1'
|
|
||||||
# ANSIBLE_FORCE_COLOR: '1'
|
|
||||||
# MOLECULE_DISTRO: ${{ matrix.distro }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user