diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-23 13:22:43 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-23 13:24:03 +0200 |
| commit | a9d7f4af35876929a4d7baf73b3080333c7e8a4c (patch) | |
| tree | 244eb2ebdd17d76538ab73c3eab3690cea6b2369 /molecule/archlinux | |
| parent | 82bdc309e0bddc21241560dd498e5803339387b1 (diff) | |
Update the test scenario removing the unused stps
Diffstat (limited to 'molecule/archlinux')
| -rw-r--r-- | molecule/archlinux/molecule.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/molecule/archlinux/molecule.yml b/molecule/archlinux/molecule.yml index 5efddcd8..d19827ba 100644 --- a/molecule/archlinux/molecule.yml +++ b/molecule/archlinux/molecule.yml @@ -39,3 +39,12 @@ provisioner: converge: converge.yml verifier: name: ansible + +scenario: + test_sequence: + - destroy + - syntax + - create + - converge + - idempotence + - destroy |
