diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index f52ec98..bb926cc 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy - pull_request env: TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@1.0.2" - LSR_ANSIBLES: 'ansible==2.7.* ansible==2.8.* ansible==2.9.*' + LSR_ANSIBLES: 'ansible==2.8.* ansible==2.9.*' LSR_MSCENARIOS: default # LSR_EXTRA_PACKAGES: "libdbus-1-dev libgirepository1.0-dev python3-dev" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 4d1f128..718bd12 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -25,8 +25,6 @@ platforms: - /sys/fs/cgroup:/sys/fs/cgroup:ro privileged: true command: /usr/lib/systemd/systemd --system - groups: - - py3 provisioner: name: ansible log: true @@ -34,10 +32,6 @@ provisioner: enabled: false playbooks: converge: ../../tests/tests_default.yml - inventory: - group_vars: - py3: - ansible_python_interpreter: /usr/bin/python3 scenario: name: default test_sequence: