Skip to content

Commit

Permalink
sanity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-bish committed Oct 25, 2023
1 parent db1aaa2 commit 98f6eb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/hosts_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
register: result
ignore_errors: True

- name: List hosts using filter and custom_filter
ntnx_hosts_info:
filter:
name: <name>
custom_filter:
serial_number: <serial_number>
register: result
- name: List hosts using filter and custom_filter
ntnx_hosts_info:
filter:
name: <name>
custom_filter:
serial_number: <serial_number>
register: result

0 comments on commit 98f6eb7

Please sign in to comment.