From 906ee63217945dca5709b6ec334bacd14eaec634 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sat, 6 Apr 2024 20:27:35 +0300 Subject: [PATCH] fixes --- .github/workflows/ansible_molecule_teststing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index bb1cb67..9a79f26 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -64,7 +64,7 @@ jobs: cd roles/bareos poetry --ansi run ansible --version poetry --ansi run ansible-galaxy --version - poetry --ansi run molecule test -v + poetry --ansi run molecule --debug test env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'