Skip to content

Commit

Permalink
Update tests/integration/targets/utils_ipaddr_filter/tasks/ip4_hex.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Sagar Paul <[email protected]>
  • Loading branch information
ashwini-mhatre and KB-perByte authored Jul 19, 2023
1 parent 6063052 commit e4ee411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Ip4_hex validate input
ansible.builtin.set_fact:
result1: "{{ '555.444.333.999'|ansible.utils.ip4_hex }}"
result1: "{{ '555.444.333.999' | ansible.utils.ip4_hex }}"
register: output
ignore_errors: true

Expand Down

0 comments on commit e4ee411

Please sign in to comment.