ansible-collections / mellanox.onyx

onyx
GNU General Public License v3.0
10 stars 14 forks source link

Minor bug in example. #31

Open janfrode opened 1 year ago

janfrode commented 1 year ago

The examples at https://docs.ansible.com/ansible/latest/collections/mellanox/onyx/onyx_lldp_module.html says:

- name: Enable LLDP protocol
  onyx_lldp:
    state: present

- name: Disable LLDP protocol
  onyx_lldp:
    state: lldp

That last "state: lldp" should be "state: absent" according to above documentation, and also testing.