Ansible: Add XDG facts to the ansible environment
This commit is contained in:
parent
72896c3feb
commit
baed6171dc
1 changed files with 5 additions and 0 deletions
5
Ansible/facts/xdg.fact
Normal file
5
Ansible/facts/xdg.fact
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"config_home": "~/.config",
|
||||||
|
"data_home": "~/.local/share",
|
||||||
|
"state_home": "~/.local/state"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue