Initial commit
This commit is contained in:
7
roles/weareinteractive.apt/tasks/debs.yml
Executable file
7
roles/weareinteractive.apt/tasks/debs.yml
Executable file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Installing .deb packages
|
||||
apt:
|
||||
deb: "{{ item }}"
|
||||
autoremove: "{{ apt_autoremove }}"
|
||||
with_items: "{{ apt_deb_packages }}"
|
||||
Reference in New Issue
Block a user