diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 12ccb6b..3c3c8c4 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -23,8 +23,8 @@ jobs: options: --privileged --cap-add SYS_ADMIN permissions: statuses: write - strategy: - fail-fast: false +# strategy: +# fail-fast: false # matrix: # role: # - bareos @@ -60,8 +60,8 @@ jobs: run: | apt-get install gnupg2 rsync openssh-client -y cd roles/bareos - ansible-galaxy collection install -r requirements.yml -vvv poetry --ansi run ansible-galaxy --version + poetry --ansi run ansible-galaxy collection install -r requirements.yml -vvv poetry --ansi run molecule test env: PY_COLORS: '1'