Add alias for cleaning unused Flatpak dependencies.

This commit is contained in:
2025-11-22 12:13:50 -07:00
parent 650157478d
commit 7be9c3a82f

View File

@@ -1028,6 +1028,8 @@
. "$global_function" . "$global_function"
fi fi
done done
alias_flatpak_clean: |
alias flatpak-clean="flatpak uninstall --unused"
- name: General | Account Management | Users | Files | Common Variable - name: General | Account Management | Users | Files | Common Variable
set_fact: set_fact:
@@ -1109,6 +1111,7 @@
{{ alias_hugo_server }} {{ alias_hugo_server }}
{{ global_functions }} {{ global_functions }}
{{ alias_docker_other }} {{ alias_docker_other }}
{{ alias_flatpak_clean }}
- name: General | Account Management | Users | Files | .bashrc - name: General | Account Management | Users | Files | .bashrc
blockinfile: blockinfile: