From e92bc0843ce005eb21b24c9c76cc80886cd5e671 Mon Sep 17 00:00:00 2001
From: pwalczysko
Date: Wed, 13 Nov 2024 18:03:14 +0000
Subject: [PATCH] only test lint and syntax
---
molecule/ome-demoserver/molecule.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/molecule/ome-demoserver/molecule.yml b/molecule/ome-demoserver/molecule.yml
index 2ff02416..38f3d3cb 100644
--- a/molecule/ome-demoserver/molecule.yml
+++ b/molecule/ome-demoserver/molecule.yml
@@ -28,13 +28,7 @@ scenario:
# dependency must come first so that ansible-lint will see a custom module
# This might be fixed by https://github.com/ansible/molecule/pull/1739
- dependency
+ - lint
- syntax
- - create
- - prepare
- - converge
- # FIXME: Some tasks are not idempotent
- # - idempotence
- - verify
- - destroy
verifier:
name: testinfra