rpi patching zu ansible umgezogen
This commit is contained in:
10
playbooks/rpi_patches.yml
Normal file
10
playbooks/rpi_patches.yml
Normal file
@ -0,0 +1,10 @@
|
||||
- hosts: rpi
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Apt Update
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
||||
- name: Apt Upgrade
|
||||
apt:
|
||||
upgrade: safe
|
||||
Reference in New Issue
Block a user