mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 15:39:20 +00:00
Use https for links to ansible.com domains.
This commit is contained in:
parent
0d1e9bfe90
commit
c262dbfd30
46 changed files with 61 additions and 61 deletions
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue