fix indents of EOS Platform Options (#67564)

This commit is contained in:
Akira Yokochi 2020-02-20 03:26:49 +09:00 committed by GitHub
parent 19f6fc68d4
commit 887263c315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,12 +98,12 @@ Before you can use eAPI to connect to a switch, you must enable eAPI. To enable
.. code-block:: yaml
- name: Enable eAPI
eos_eapi:
enable_http: yes
enable_https: yes
become: true
become_method: enable
when: ansible_network_os == 'eos'
eos_eapi:
enable_http: yes
enable_https: yes
become: true
become_method: enable
when: ansible_network_os == 'eos'
You can find more options for enabling HTTP/HTTPS connections in the :ref:`eos_eapi <eos_eapi_module>` module documentation.