Add python-apt

This commit is contained in:
jalr 2018-03-23 00:01:02 +01:00
parent 98a75381ed
commit a5ab66220b

View file

@ -1,4 +1,9 @@
---
- name: install python-apt
apt:
name: "python-apt"
state: present
- name: clear sources.list
copy:
content: ""