Skip to content

Commit

Permalink
issue #91 - linted
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Aug 12, 2024
1 parent 0f58796 commit 8a55a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/filtertest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
delegate_to: localhost
community.general.xml:
path: "{{ local_config_path }}"
xpath: "/opnsense/filter/rule[{% if _filter.uuid is defined %}@uuid='{{ _filter.uuid }}'{% else %}descr/text()='{{ _filter.descr }}'{% endif %}]/{{ _srcdst }}/{{ _checkelements }}"
xpath: "/opnsense/filter/rule[{% if _filter.uuid is defined %}@uuid='{{ _filter.uuid }}'{% else %}descr/text()='{{ _filter.descr }}'{% endif %}]/{{ _srcdst }}/{{ _checkelements }}" # noqa yaml[line-length]
count: true
register: _checkelementscount
with_items:
Expand Down

0 comments on commit 8a55a98

Please sign in to comment.