From d755329bf068ba8426da16739f3b6ed8837bc21f Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sat, 6 Apr 2024 20:31:26 +0300 Subject: [PATCH] fixes --- .github/workflows/ansible_molecule_teststing.yml | 2 +- roles/bareos/molecule/default/molecule.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 9a79f26..8521ad7 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -38,7 +38,7 @@ jobs: - name: Install python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.9' - name: Install and configure Poetry uses: snok/install-poetry@v1 with: diff --git a/roles/bareos/molecule/default/molecule.yml b/roles/bareos/molecule/default/molecule.yml index e2a167a..e92163c 100644 --- a/roles/bareos/molecule/default/molecule.yml +++ b/roles/bareos/molecule/default/molecule.yml @@ -1,10 +1,6 @@ --- dependency: - name: shell - command: | - pwd - ls -lha name: galaxy options: ignore-certs: true