Fix Molecule CI workflow since docker plugin has moved.

This commit is contained in:
Jeff Geerling 2023-04-20 17:27:01 -05:00
parent 6e3373de3b
commit 878e823516

View file

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