mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-06 08:17:11 +00:00
This patch adds support to setting metadata key/value through a string
argument. Variables can now be used for both the metadata key and
value.
example:
meta: "{{ var1 }}:SomeValue,key:{{ var2 }}"
|
||
|---|---|---|
| .. | ||
| ansible | ||