Skip to content

Commit

Permalink
Move install to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-hellings committed Apr 23, 2020
1 parent 7859e15 commit 3074821
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-apt python-apt libapt-pkg-dev build-essential python3-setuptools
sudo apt-get install -y libapt-pkg-dev build-essential python3-setuptools
python -m pip install --upgrade pip
pip install -U setuptools wheel
pip install tox tox-ansible
Expand Down
5 changes: 0 additions & 5 deletions roles/libvirtd/molecule/ubuntu/playbook.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
- name: converge
hosts: localhost
pre_tasks:
- name: install pakage manager
become: true
command: apt-get install -y python3-apt python-apt
when: ansible_pkg_mgr == 'apt'
roles:
- role: libvirtd
1 change: 1 addition & 0 deletions roles/libvirtd/molecule/ubuntu/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://git.launchpad.net/python-apt@master

0 comments on commit 3074821

Please sign in to comment.