formatting

This commit is contained in:
2026-02-12 15:17:58 +01:00
parent fd67d7ebcd
commit bd416e11e3

View File

@@ -1,5 +1,7 @@
---
- name: update flatpaks
shell:
cmd: "flatpak update -y"
become: false
- name: Update flatpaks
hosts: all
tasks:
- name: update flatpaks
shell:
cmd: "flatpak update -y"
become: false