Skip to content

Commit

Permalink
issue #49 : debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 15, 2023
1 parent 6fc6445 commit 0d49ceb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/aliasmultivalue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
register: _configured_multivalue_alias
ignore_errors: true # do not fail if node not exists

- debug:
var: _configured_multivalue_alias.matches[0][item.1.key].split('\n') | sort
- debug:
var: item.1.list | sort

- name: set multivalue alias
delegate_to: localhost
community.general.xml:
Expand Down

0 comments on commit 0d49ceb

Please sign in to comment.