Ansible: Add XDG facts to the ansible environment

This commit is contained in:
Eryn Wells 2025-01-31 16:28:36 -08:00
parent 72896c3feb
commit baed6171dc

5
Ansible/facts/xdg.fact Normal file
View file

@ -0,0 +1,5 @@
{
"config_home": "~/.config",
"data_home": "~/.local/share",
"state_home": "~/.local/state"
}