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