Skip to content

Commit

Permalink
Merge pull request linux-system-roles#30 from richm/remove-ansible-2.7
Browse files Browse the repository at this point in the history
remove ansible 2.7 support from molecule
  • Loading branch information
richm authored Jan 20, 2021
2 parents 1b41663 + 5f54e0c commit 71938e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
- pull_request
env:
TOX_LSR: "git+https://github.com/linux-system-roles/[email protected]"
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
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 0 additions & 6 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
command: /usr/lib/systemd/systemd --system
groups:
- py3
provisioner:
name: ansible
log: true
lint:
enabled: false
playbooks:
converge: ../../tests/tests_default.yml
inventory:
group_vars:
py3:
ansible_python_interpreter: /usr/bin/python3
scenario:
name: default
test_sequence:
Expand Down

0 comments on commit 71938e5

Please sign in to comment.