add scenario

pull/2/head
Cian Hatton 3 years ago
parent fc47067ebb
commit 644c9e0fc6

@ -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"

@ -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

Loading…
Cancel
Save