From df85fb53034cc17516f45e8f6c5110227c5ad1f1 Mon Sep 17 00:00:00 2001
From: alexanderbazhenoff <bazhenoff.alexander@gmail.com>
Date: Sun, 7 Apr 2024 19:59:13 +0300
Subject: [PATCH] fixes debug v1

---
 .github/workflows/molecule_test.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/molecule_test.yml b/.github/workflows/molecule_test.yml
index ed84cbb..f9f6e6b 100644
--- a/.github/workflows/molecule_test.yml
+++ b/.github/workflows/molecule_test.yml
@@ -24,8 +24,10 @@ jobs:
       - name: Ls
         run: tree
       - name: molecule
-        uses: monolithprojects/action-molecule@v1.4.1
+        uses: arillso/action.molecule@0.0.1
         with:
-          molecule_command: test
+          command: test
           scenario: default
-          converge_extra_args: --debug
+          working_directory: ${{ github.repository }}/roles/bareos
+        env:
+          ANSIBLE_FORCE_COLOR: '1'