mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
8 lines
221 B
YAML
8 lines
221 B
YAML
- name: Upgrade the full OS
|
|
ansible.builtin.apt:
|
|
upgrade: full
|
|
become: true
|
|
- name: Upgrade flatpack
|
|
ansible.builtin.command: flatpak update -y
|
|
become: true
|
|
when: inventory_hostname == 'morefine.home.lan' |