Skip to content

Commit df2ed2b

Browse files
committed
Remove support for debian-stretch and updates for molecule v5
1 parent be65431 commit df2ed2b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
max-parallel: 10
5151
matrix:
52-
IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster, debian-stretch]
52+
IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]
5353

5454
steps:
5555

@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
sudo apt-get update
6969
sudo apt-get install python3-setuptools -y
70-
pip3 install -U pip wheel ansible molecule[docker] docker ansible-lint flake8 pytest-testinfra
70+
pip3 install -U pip wheel ansible molecule molecule-plugins[docker] docker yamllint ansible-lint flake8 pytest-testinfra
7171
7272
- name: Execute Molecule test of role for ${{ matrix.IMAGE }}
7373
working-directory: 'darkwizard242.mc'

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ galaxy_info:
1717
versions:
1818
- bullseye
1919
- buster
20-
- stretch
2120
- name: EL
2221
versions:
2322
- 8

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ provisioner:
2020
scenario:
2121
name: default
2222
test_sequence:
23-
- lint
23+
# - lint
2424
- destroy
2525
- syntax
2626
- create

0 commit comments

Comments
 (0)