podman_container
: using YAML dictionaries for options in the secrets
parameter
#758
Labels
enhancement
New feature or request
Milestone
/kind feature
Description
Hello, Sergey! What do you think about using list (or dictionary) of dictionaries in addition to using a list of strings for the
secrets
parameter in thecontainers.podman.podman_container
module?It might look like this:
Or like this:
It seems to be a little more readable than this:
Also, if multiple Jinja variables are used in a string, it becomes too long.
The text was updated successfully, but these errors were encountered: