klasvo

Results 2 comments of klasvo

Thanks! This works like a charm Just a note: Using `^` also works to ignore all paths

Ansible 12's `urlsplit` seems to have breaking changes in parsing URLs as can be seen here: ``` user@host:~$ ansible -m debug -a 'msg="{{ "127.0.0.1:9090"| urlsplit }}"' localhost [WARNING]: No inventory...