Initial commit
This commit is contained in:
11
roles/weareinteractive.apt/tasks/dependencies.yml
Executable file
11
roles/weareinteractive.apt/tasks/dependencies.yml
Executable file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Installing required packages
|
||||
apt:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
vars:
|
||||
packages:
|
||||
- aptitude
|
||||
- python-apt
|
||||
- python-pycurl
|
||||
Reference in New Issue
Block a user