You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-04 21:43:06 +02:00
On ansible-core 2.19.0, invoking macro like this (which only outputted something in its `if` block, not in `else`), resulted in a macro outputting `None`. One way to work around it is to add an explicit `else` block which also outputs something. A better way to work around it is to only invoke the macro if it has something to output. Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4458