From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Fri, 18 Aug 2023 00:40:58 +0000 (+0200) Subject: Merge pull request #306 from nicolas-graves/Xdefaults X-Git-Tag: v0.2.0.2~35 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/aaf7219c555a771ac5a8e76d14e2923b86cf8f98?hp=dbb3416a935ad7b971d5aba0611d45cdfde48278 Merge pull request #306 from nicolas-graves/Xdefaults --- diff --git a/programs/ansible.json b/programs/ansible.json index 076a76a..dba6da9 100644 --- a/programs/ansible.json +++ b/programs/ansible.json @@ -2,8 +2,8 @@ "files": [ { "path": "$HOME/.ansible", - "movable": false, - "help": "See [this](https://github.com/ansible/ansible/commit/d7fbde4ea9db6cc44e81c39d699595330f4fa3c6) pull request.\n\nSeems to be implemented now, you should be able to set the _ANSIBLE_HOME_ environment variable.\n\nI couldn't get it to work yet unfortunately, and you might need to wait for a new release.\n" + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport ANSIBLE_HOME=\"$XDG_DATA_HOME\"/ansible\n```\n" } ], "name": "ansible"