good start
This commit is contained in:
2
roles/raspberry/tasks/main.yml
Normal file
2
roles/raspberry/tasks/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- name: update
|
||||
include_tasks: update.yml
|
7
roles/raspberry/tasks/update.yml
Normal file
7
roles/raspberry/tasks/update.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Update all installed packages
|
||||
become: yes
|
||||
apt:
|
||||
update_cache: yes
|
||||
name: '*'
|
||||
state: latest
|
||||
|
Reference in New Issue
Block a user