Skip to content

Commit

Permalink
Merge pull request #30 from greg-hellings/fix_libvirtd_ubuntu
Browse files Browse the repository at this point in the history
Set the Ubuntu scenario for libvirtd
  • Loading branch information
greg-hellings authored Aug 14, 2020
2 parents c96bec0 + 5d9028a commit 13218f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
set -ex
sudo apt-get update
sudo apt-get install -y libapt-pkg-dev build-essential python3-setuptools
sudo apt-get install -y libapt-pkg-dev build-essential python3-setuptools python3-apt
python -m pip install --upgrade pip
pip install -U setuptools wheel
pip install tox tox-ansible
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: oasis_roles
name: system

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.1
version: 1.1.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 2 additions & 0 deletions roles/libvirtd/molecule/ubuntu/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
hosts: localhost
roles:
- role: libvirtd
vars:
ansible_python_interpreter: /usr/bin/python3
1 change: 0 additions & 1 deletion roles/libvirtd/molecule/ubuntu/requirements.txt

This file was deleted.

0 comments on commit 13218f6

Please sign in to comment.