From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Sun, 15 May 2022 20:44:39 +0000 (+0200) Subject: Merge pull request #30 from clyhtsuriva/ansible-typo X-Git-Tag: v0.2.0.0~59 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9be5d36739a86c53c313194ae4f160be52765cf7?hp=4e6a2d8dcf4c8e629d164f5a01faf1d7988d7ebd Merge pull request #30 from clyhtsuriva/ansible-typo 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 +}