mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved wildcard redirect bug
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
---
|
||||
- name: "Debug: all_domains"
|
||||
debug:
|
||||
var: all_domains
|
||||
when: enable_debug
|
||||
|
||||
- name: Filter www-prefixed domains from all_domains
|
||||
set_fact:
|
||||
www_domains: "{{ all_domains | select('match', '^www\\.') | list }}"
|
||||
|
Reference in New Issue
Block a user