Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 1a5c235

Browse files
committed
Changed syntax for dependency on molecule
1 parent 4e4e57f commit 1a5c235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Install test dependencies
6868
run: |
69-
python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[podman]' podman
69+
python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[podman]'
7070
7171
- name: Run Molecule tests
7272
run: molecule test

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dependency:
33
name: galaxy
44
options:
5-
role-file: requirements.yml
5+
requirements-file: requirements.yml
66
driver:
77
name: podman
88
platforms:

0 commit comments

Comments
 (0)