mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
removed repetition of note and replaced with an include directive
ansible_ssh_* changes from 1.9 to 2.0, original note made into a separate file for easier editing, and an include for this new file added to each of the 6 file affected by this change
This commit is contained in:
parent
748ff72b6b
commit
32cb2fa215
7 changed files with 10 additions and 20 deletions
3
docsite/rst/ansible_ssh_changes_note.rst
Normal file
3
docsite/rst/ansible_ssh_changes_note.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
.. note::
|
||||
|
||||
Ansible 2.0 has deprecated the “ssh” from ``ansible_ssh_user``, ``ansible_ssh_host``, and ``ansible_ssh_port`` to become ``ansible_user``, ``ansible_host``, and ``ansible_port``. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (``ansible_ssh_*``). These shorter variables are ignored, without warning, in older versions of Ansible.
|
Loading…
Add table
Add a link
Reference in a new issue