Bugfix for failing task block

This commit is contained in:
Alexander Böhm 2021-04-12 13:17:37 +02:00
parent 4f25b476a7
commit 716a7bf6c8
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,7 @@
- include: install.yml
- include_tasks: profile.yml
- include: profile.yml
loop: "{{ fastd_profiles |dict2items }}"
loop_control:
loop_var: profile

View File

@ -14,8 +14,6 @@
group: "{{ config_group }}"
mode: u=rwx,g=rx,o=rx
- inc
- include_tasks: profile-peers.yml
loop: "{{ profile.value.peers |dict2items }}"
loop_control: