Lagt till ett nytt exempel
This commit is contained in:
parent
d9f580365e
commit
6d489202a1
9
uppdatera-apt-ej-win.yml
Normal file
9
uppdatera-apt-ej-win.yml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user