common: Sync
This commit is contained in:
parent
591cfd73af
commit
1bab3d478d
5 changed files with 52 additions and 0 deletions
8
roles/common/tasks/apt-minimal.yaml
Normal file
8
roles/common/tasks/apt-minimal.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Configure auto-upgrades
|
||||
template:
|
||||
src: apt-minimal
|
||||
dest: /etc/apt/apt.conf.d/20minimal
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
Loading…
Add table
Add a link
Reference in a new issue