mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
fixed typo, depricated --> deprecated, in all 6 notes
This commit is contained in:
parent
84240c9f28
commit
748ff72b6b
6 changed files with 6 additions and 6 deletions
|
@ -156,7 +156,7 @@ Ansible's windows support relies on a few standard variables to indicate the use
|
|||
|
||||
.. note::
|
||||
|
||||
Ansible 2.0 has depricated 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.
|
||||
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.
|
||||
|
||||
In group_vars/windows.yml, define the following inventory variables::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue