Fix for empty peers

This commit is contained in:
Alexander Böhm 2021-06-05 15:57:09 +02:00
parent 658fb95599
commit a0f0f12b7a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
mode: u=rwx,g=rx,o=rx
- include_tasks: profile-peers.yml
loop: "{{ profile.value.peers |dict2items }}"
loop: "{{ profile.value.peers |d({}) |dict2items }}"
loop_control:
loop_var: peer
register: peer_config