WARN[0000] The "GITHUB_TOKEN_ANALYZER" variable is not set. Defaulting to a blank string. WARN[0000] The "COSMOS_ENDPOINT" variable is not set. Defaulting to a blank string. WARN[0000] The "COSMOS_KEY ...
I am currently trying to migrate my Jinja2 templates from Ansible 2.18 to 2.19 and I am using macros to populate objects, e.g: {%- macro populate(obj) -%} {%- set ...