Mocate ansible_ssh_changes into a common directory

This commit is contained in:
Toshio Kuratomi
2016-05-24 11:37:04 -07:00
parent 9ef814e782
commit d45a394f63
6 changed files with 6 additions and 6 deletions

View 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.