Skip to content

Fixing tag_prefix for ansible update

Lotte-Sara requested to merge llaan/fix-for-ansible-upgrade into master

With the latest version of Ansible (2.9.2), interpolation of dict keys is broken. We now need to add the tag prefix while combining our defaults with the user's given tags.

This PR also includes a small fix for the python lookup plugin

Merge request reports