mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-30 11:08:38 +02:00
7 lines
178 B
YAML
7 lines
178 B
YAML
---
|
|
- name: "Include domains redirects"
|
|
include_tasks: redirect-domain.yml
|
|
vars:
|
|
domain: "{{ item.source }}"
|
|
target: "{{ item.target }}"
|
|
loop: "{{domain_mappings}}" |