Skip to content

Commit

Permalink
fix Validate data against set criteria with Ansible doc (#1636) (#1643)
Browse files Browse the repository at this point in the history
fixed following example playbook

(cherry picked from commit c55e71d)

Co-authored-by: taso <74918216+tasoint@users.noreply.github.com>
  • Loading branch information
patchback[bot] and tasoint committed Jun 25, 2024
1 parent 3e53ef9 commit 078d9d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docsite/rst/network/user_guide/validate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ The following example fetches the operational state of some network (Cisco NXOS)
- name: print structured interface state data
ansible.builtin.debug:
msg: "{{ nxos_pyats_show_interface['parsed'] }}"
----
This results in the following structured data.

Expand Down

0 comments on commit 078d9d3

Please sign in to comment.