Skip to content

Commit 5bf8878

Browse files
committed
install molecule<5.0.0
Molecule 5.0 Failing on GitHub Action: ansible/molecule#3883
1 parent 4c7954f commit 5bf8878

16 files changed

+16
-16
lines changed

.github/workflows/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python-version: '3.x'
7171

7272
- name: Install dependencies
73-
run: pip3 install molecule[docker] ansible
73+
run: pip3 install 'molecule[docker]<5.0.0' ansible
7474

7575
- name: Run Molecule tests
7676
run: molecule test

.github/workflows/molecule_pgpro.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.x'
3131

3232
- name: Install dependencies
33-
run: pip3 install molecule[docker] ansible
33+
run: pip3 install 'molecule[docker]<5.0.0' ansible
3434

3535
- name: Run Molecule tests for PostgresPro
3636
run: molecule test --scenario-name postgrespro

.github/workflows/schedule_pg_almalinux8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_almalinux9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_centos8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_centosstream8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_centosstream9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_debian10.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_debian11.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_oracle_linux8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_oracle_linux9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_rockylinux8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_rockylinux9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_ubuntu1804.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_ubuntu2004.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

.github/workflows/schedule_pg_ubuntu2204.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip3 install molecule[docker] ansible
23+
run: pip3 install 'molecule[docker]<5.0.0' ansible
2424

2525
- name: Run Molecule tests
2626
run: molecule test

0 commit comments

Comments
 (0)