Skip to content

Commit

Permalink
fix: fix "delegates" conditional syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Apr 30, 2020
1 parent fa18bd0 commit 0a774a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{{ item | regex_replace('^([^:]*):([^:]*).*$', '\\1 \\2') }}"
with_items:
- "{{ delegates.splitlines() }}"
when: delegates
when: delegates != ""

- name: "Create transaction directory"
become: yes
Expand Down

0 comments on commit 0a774a5

Please sign in to comment.