Add python-apt
This commit is contained in:
parent
98a75381ed
commit
a5ab66220b
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: install python-apt
|
||||
apt:
|
||||
name: "python-apt"
|
||||
state: present
|
||||
|
||||
- name: clear sources.list
|
||||
copy:
|
||||
content: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue