ansible-fran-grunden/uppdatera-apt-ej-win.yml

10 lines
171 B
YAML

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