From: clyhtsuriva Date: Sun, 15 May 2022 20:32:12 +0000 (+0200) Subject: Typo in ansible.json X-Git-Tag: v0.2.0.0~59^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/1d61e8b6a2c96d580bea7bf3b04b1d9882a55a00 Typo in ansible.json --- diff --git a/programs/ansible.json b/programs/ansible.json index bc8001f..076a76a 100644 --- a/programs/ansible.json +++ b/programs/ansible.json @@ -3,8 +3,8 @@ { "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_ enviornment variable.\n\nI couldn't get it to work yet unfortunately, and you might need to wait for a new release.\n" + "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" } ], "name": "ansible" -} \ No newline at end of file +}