mg
ef585b3639
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#213 Co-authored-by: mg <mg@noreply.git.mgrote.net> Co-committed-by: mg <mg@noreply.git.mgrote.net>
7 lines
165 B
YAML
7 lines
165 B
YAML
---
|
|
- name: loop tasks
|
|
include_tasks: bm.yml
|
|
loop: "{{ pve_bind_mounts }}"
|
|
when:
|
|
- pve_bind_mounts is defined
|
|
# Loope durch jeden bind-mount
|