From 644c9e0fc6bb94d7d9c9b620167bd858fdca0647 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Sat, 13 Aug 2022 12:11:21 +0100 Subject: [PATCH] add scenario --- .github/workflows/ci.yaml | 14 -------------- .../setup_docker/molecule/default/molecule.yml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 14 deletions(-) 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