1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Minor grammatical update

Minor grammatical update.
This commit is contained in:
AJ Acevedo 2018-07-22 23:33:27 -04:00 committed by Brian Coca
parent 35b4b1923d
commit e423436ed7

View file

@ -92,6 +92,6 @@ And you use the ``eapi`` variable in your task(s):
state: present
provider: "{{ eapi }}"
Note that while Ansible 2.6 supports the use of ``connection: local`` with ``provider`` dictionaries, this usage will be deprecated in future and eventually removed.
Note that while Ansible 2.6 supports the use of ``connection: local`` with ``provider`` dictionaries, this usage will be deprecated in the future and eventually removed.
For more information, see :ref:`Become and Networks<become-network>`