Lagt till ett nytt exempel

This commit is contained in:
Jack-Benny Persson 2022-08-20 10:16:07 +02:00
parent d9f580365e
commit 6d489202a1

9
uppdatera-apt-ej-win.yml Normal file
View File

@ -0,0 +1,9 @@
- name: Uppdatera APT
become: true
hosts: all,!win10
tasks:
- name: Uppdatera Debian-baserade system
apt:
update_cache: yes
upgrade: dist