diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84a6792..ec89d38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,17 +19,3 @@ jobs: env: ANSIBLE_FORCE_COLOR: '1' PY_COLORS: "1" -# - name: Set up Python 3.8.9 -# uses: actions/setup-python@v2 -# with: -# python-version: 3.8.9 -# - name: Install dependencies -# run: pip install -r requirements.txt -# -# - name: Test with molecule -# run: | -# cd ansible/roles/setup_docker -# molecule test -# env: -# PY_COLORS: "1" -# ANSIBLE_FORCE_COLOR: "1" \ No newline at end of file diff --git a/ansible/roles/setup_docker/molecule/default/molecule.yml b/ansible/roles/setup_docker/molecule/default/molecule.yml index 6c1bf10..cd02bf9 100644 --- a/ansible/roles/setup_docker/molecule/default/molecule.yml +++ b/ansible/roles/setup_docker/molecule/default/molecule.yml @@ -12,3 +12,18 @@ provisioner: name: ansible verifier: name: ansible +scenario: + test_sequence: +# - dependency +# - lint +# - cleanup + - destroy + - syntax + - create +# - prepare + - converge + - idempotence +# - side_effect + - verify +# - cleanup + - destroy