1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docs
Markus Suonto 0d81386144 Add single quotes around package name (#45152)
<!--- Your description here -->
`pip install ansible[azure]` results in `zsh: no matches found: ansible[azure]` at least in my computer (zsh on Ubuntu). I don't know if it is the case with all shells, but at least for me it is. Since square brackets `[]` are special characters in bash, I propose adding single quotes to make sure that package name is always interpreted as literal. The same error is also resolvable by setting noglob.
2018-09-06 10:09:40 -05:00
..
api docs: PEP8 compliance (#24681) 2017-05-30 18:08:25 +01:00
bin Fix ansible-doc and docsite generation for removed modules 2018-08-24 15:37:13 -07:00
docsite Add single quotes around package name (#45152) 2018-09-06 10:09:40 -05:00
man added docs to CLI docstringsadded 2017-03-24 15:52:36 -04:00
templates Only print warning when ansible.cfg is actually skipped (#43583) 2018-08-03 10:39:33 -07:00