Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masa-orca authored Dec 5, 2024
1 parent 2da95ef commit 91041b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ansible.builtin.assert:
that:
- zbxregexp_get.changed is sameas False
- zbxregexp_get.regexp == expected_regexp
- zbxregexp_get.regexp | ansible.utils.fact_diff(expected_regexp) | length == 0
vars:
expected_regexp:
name: "File systems for discovery"
Expand Down

0 comments on commit 91041b3

Please sign in to comment.