1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2024-11-11 13:50:50 -05:00

Fix Molecule CI workflow since docker plugin has moved.

This commit is contained in:
Jeff Geerling 2023-04-20 17:28:16 -05:00
parent e8db6bb5c8
commit 8861048695

View file

@ -63,7 +63,7 @@ jobs:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install ansible molecule[docker] docker
run: pip3 install ansible molecule molecule-plugins[docker] docker
- name: Run Molecule tests.
run: molecule test