INFO     test-scenario ➜ discovery: scenario test matrix: dependency, cleanup, destroy, syntax, create, prepare, converge, idempotence, side_effect, verify, cleanup, destroy
INFO     smoke ➜ discovery: scenario test matrix: dependency, cleanup, destroy, syntax, create, prepare, converge, idempotence, side_effect, verify, cleanup, destroy
INFO     default ➜ create: Executing
  ┌──────────────────────────────────────────────────────────────────────────────────
  │ ansible-playbook --inventory REDACTED
  │   --skip-tags molecule-notest,notest
  │   REDACTED
  │
  │
  │ PLAY [Create] ******************************************************************
  │
  │ TASK [Populate instance config dict] *******************************************
  │ skipping: [localhost]
  │
  │ TASK [Convert instance config dict to a list] **********************************
  │ skipping: [localhost]
  │
  │ TASK [Dump instance config] ****************************************************
  │ skipping: [localhost]
  │
  │ PLAY RECAP *********************************************************************
  │ localhost                  : ok=0    changed=0    unreachable=0    failed=0    skipped=3    rescued=0    ignored=0
  │
  └─ Return code: 0 ─────────────────────────────────────────────────────────────────
INFO     default ➜ create: Executed: Successful
INFO     test-scenario ➜ prerun: Performing prerun with role_name_check=0...
INFO     test-scenario ➜ dependency: Executing
INFO     test-scenario ➜ cleanup: Executing
INFO     test-scenario ➜ syntax: Executing
  ┌──────────────────────────────────────────────────────────────────────────────────
  │ ansible-playbook --inventory REDACTED
  │   --skip-tags molecule-notest,notest
  │   --syntax-check REDACTED
  │
  │
  │ playbook: REDACTED
  └─ Return code: 0 ─────────────────────────────────────────────────────────────────
INFO     test-scenario ➜ syntax: Executed: Successful
INFO     test-scenario ➜ prepare: Executing
INFO     test-scenario ➜ converge: Executing
  ┌──────────────────────────────────────────────────────────────────────────────────
  │ ansible-playbook --inventory REDACTED
  │   --skip-tags molecule-notest,notest
  │   REDACTED
  │
  │
  │ PLAY [Converge] ****************************************************************
  │
  │ TASK [Replace this task with one that validates your content] ******************
  │ ok: [localhost] => {
  │     "msg": "This is the effective test"
  │ }
  │
  │ PLAY RECAP *********************************************************************
  │ localhost                  : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
  │
  └─ Return code: 0 ─────────────────────────────────────────────────────────────────
INFO     test-scenario ➜ converge: Executed: Successful
INFO     test-scenario ➜ idempotence: Executing
  ┌──────────────────────────────────────────────────────────────────────────────────
  │ ansible-playbook --inventory REDACTED
  │   --skip-tags molecule-notest,notest,molecule-idempotence-notest
  │   REDACTED
  │
  │
  │ PLAY [Converge] ****************************************************************
  │
  │ TASK [Replace this task with one that validates your content] ******************
  │ ok: [localhost] => {
  │     "msg": "This is the effective test"
  │ }
  │
  │ PLAY RECAP *********************************************************************
  │ localhost                  : ok=1    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
  │
  └─ Return code: 0 ─────────────────────────────────────────────────────────────────
INFO     test-scenario ➜ idempotence: Executed: Successful
INFO     test-scenario ➜ side_effect: Executing
INFO     test-scenario ➜ verify: Executing
INFO     test-scenario ➜ cleanup: Executing
INFO     smoke ➜ prerun: Performing prerun with role_name_check=0...
INFO     smoke ➜ dependency: Executing
INFO     smoke ➜ cleanup: Executing
INFO     smoke ➜ syntax: Executing
  ┌──────────────────────────────────────────────────────────────────────────────────
  │ ansible-playbook --inventory REDACTED
  │   --skip-tags molecule-notest,notest
  │   --syntax-check REDACTED
  │
  │
  │ playbook: REDACTED
  └─ Return code: 0 ─────────────────────────────────────────────────────────────────
INFO     smoke ➜ syntax: Executed: Successful
INFO     smoke ➜ prepare: Executing
INFO     smoke ➜ converge: Executing
  ┌──────────────────────────────────────────────────────────────────────────────────
  │ ansible-playbook --inventory REDACTED
  │   --skip-tags molecule-notest,notest
  │   REDACTED
  │
  │
  │ PLAY [Converge] ****************************************************************
  │
  │ TASK [Gathering Facts] *********************************************************
  │ ok: [localhost]
  │
  │ TASK [Assert CWD is the same as playbook_dir] **********************************
  │ ok: [localhost] => {
  │     "changed": false,
  │     "msg": "All assertions passed"
  │ }
  │
  │ PLAY RECAP *********************************************************************
  │ localhost                  : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
  │
  └─ Return code: 0 ─────────────────────────────────────────────────────────────────
INFO     smoke ➜ converge: Executed: Successful
INFO     smoke ➜ idempotence: Executing
  ┌──────────────────────────────────────────────────────────────────────────────────
  │ ansible-playbook --inventory REDACTED
  │   --skip-tags molecule-notest,notest,molecule-idempotence-notest
  │   REDACTED
  │
  │
  │ PLAY [Converge] ****************************************************************
  │
  │ TASK [Gathering Facts] *********************************************************
  │ ok: [localhost]
  │
  │ TASK [Assert CWD is the same as playbook_dir] **********************************
  │ ok: [localhost] => {
  │     "changed": false,
  │     "msg": "All assertions passed"
  │ }
  │
  │ PLAY RECAP *********************************************************************
  │ localhost                  : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
  │
  └─ Return code: 0 ─────────────────────────────────────────────────────────────────
INFO     smoke ➜ idempotence: Executed: Successful
INFO     smoke ➜ side_effect: Executing
INFO     smoke ➜ verify: Executing
INFO     smoke ➜ cleanup: Executing
INFO     default ➜ destroy: Executing
  ┌──────────────────────────────────────────────────────────────────────────────────
  │ ansible-playbook --inventory REDACTED
  │   --skip-tags molecule-notest,notest
  │   REDACTED
  │
  │
  │ PLAY [Destroy] *****************************************************************
  │
  │ TASK [Populate instance config] ************************************************
  │ ok: [localhost]
  │
  │ TASK [Dump instance config] ****************************************************
  │ skipping: [localhost]
  │
  │ PLAY RECAP *********************************************************************
  │ localhost                  : ok=1    changed=0    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0
  │
  └─ Return code: 0 ─────────────────────────────────────────────────────────────────
INFO     default ➜ destroy: Executed: Successful

DETAILS
default ➜ create: Executed: Successful

test-scenario ➜ dependency: Executed: 2 missing (Remove from test_sequence to suppress)
test-scenario ➜ cleanup: Executed: Missing playbook (Remove from test_sequence to suppress)
test-scenario ➜ syntax: Executed: Successful
test-scenario ➜ prepare: Executed: Missing playbook (Remove from test_sequence to suppress)
test-scenario ➜ converge: Executed: Successful
test-scenario ➜ idempotence: Executed: Successful
test-scenario ➜ side_effect: Executed: Missing playbook (Remove from test_sequence to suppress)
test-scenario ➜ verify: Executed: Missing playbook (Remove from test_sequence to suppress)
test-scenario ➜ cleanup: Executed: Missing playbook (Remove from test_sequence to suppress)

smoke ➜ dependency: Executed: 2 missing (Remove from test_sequence to suppress)
smoke ➜ cleanup: Executed: Missing playbook (Remove from test_sequence to suppress)
smoke ➜ syntax: Executed: Successful
smoke ➜ prepare: Executed: Missing playbook (Remove from test_sequence to suppress)
smoke ➜ converge: Executed: Successful
smoke ➜ idempotence: Executed: Successful
smoke ➜ side_effect: Executed: Missing playbook (Remove from test_sequence to suppress)
smoke ➜ verify: Executed: Missing playbook (Remove from test_sequence to suppress)
smoke ➜ cleanup: Executed: Missing playbook (Remove from test_sequence to suppress)

default ➜ destroy: Executed: Successful

SCENARIO RECAP
default                   : actions=1  successful=1  disabled=0  skipped=0  missing=0  failed=0
test-scenario             : actions=9  successful=3  disabled=0  skipped=0  missing=7  failed=0
smoke                     : actions=9  successful=3  disabled=0  skipped=0  missing=7  failed=0
default                   : actions=1  successful=1  disabled=0  skipped=0  missing=0  failed=0
