mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 16:35:48 +02:00
first part of config
This commit is contained in:
commit
8ee7c76f64
30 changed files with 729 additions and 0 deletions
14
roles/update/tasks/main.yml
Normal file
14
roles/update/tasks/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: Copy over sources.list
|
||||
copy:
|
||||
src: sources.list
|
||||
dest: /etc/apt/sources.list
|
||||
owner: root
|
||||
group: root
|
||||
mode: '644'
|
||||
|
||||
- name: Update system
|
||||
apt:
|
||||
update_cache: yes
|
||||
install_recommends: yes
|
||||
upgrade: dist
|
||||
Loading…
Add table
Add a link
Reference in a new issue