Merge branch 'feature/improved-molecule-test-sequence' into 'main'

Feature/improved molecule test sequence

See merge request homelab/ansible-resources/roles/manage_repositories!1
This commit is contained in:
Bertrand Lanson 2023-03-10 19:41:19 +00:00
commit 829bd7e0cd
2 changed files with 8 additions and 0 deletions

View File

@ -27,11 +27,15 @@ lint: |
scenario:
name: default
test_sequence:
- dependency
- lint
- cleanup
- destroy
- syntax
- create
- prepare
- converge
- idempotence
- verify
- cleanup
- destroy

View File

@ -27,11 +27,15 @@ lint: |
scenario:
name: with_custom_repo
test_sequence:
- dependency
- lint
- cleanup
- destroy
- syntax
- create
- prepare
- converge
- idempotence
- verify
- cleanup
- destroy