specify ansible working dir

pull/2/head
Cian Hatton 3 years ago
parent b67760a944
commit 100e2d3000

@ -11,12 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "CD"
run: cd ansible/roles/setup_docker
- name: Molecule
uses: gofrolist/molecule-action@v2
with:
molecule_command: test
molecule_working_dir: ansible/roles/setup_docker
env:
ANSIBLE_FORCE_COLOR: '1'
PY_COLORS: "1"

Loading…
Cancel
Save