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