mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Use https for links to ansible.com domains.
This commit is contained in:
4
docs/templates/man.j2
vendored
4
docs/templates/man.j2
vendored
@@ -67,7 +67,7 @@ INVENTORY
|
||||
|
||||
Ansible stores the hosts it can potentially operate on in an inventory.
|
||||
This can be an YAML file, ini-like file, a script, directory, list, etc.
|
||||
For additional options, see the documentation on http://docs.ansible.com/.
|
||||
For additional options, see the documentation on https://docs.ansible.com/.
|
||||
|
||||
{% endif %}
|
||||
ENVIRONMENT
|
||||
@@ -119,6 +119,6 @@ SEE ALSO
|
||||
{% for other in cli_list|sort %}{% if other != cli %}**ansible{% if other != 'adhoc' %}-{{other}}{% endif %}** (1){% if not loop.last %}, {% endif %}{% endif %}{% endfor %}
|
||||
|
||||
Extensive documentation is available in the documentation site:
|
||||
<http://docs.ansible.com>.
|
||||
<https://docs.ansible.com>.
|
||||
IRC and mailing list info can be found in file CONTRIBUTING.md,
|
||||
available in: <https://github.com/ansible/ansible>
|
||||
|
||||
Reference in New Issue
Block a user