fix indents of EOS Platform Options (#67564)

pull/67587/head
Akira Yokochi 5 years ago committed by GitHub
parent 19f6fc68d4
commit 887263c315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save