ansible-infra/roles/docker_compose/meta
lilly 4c9d582ba6
specify that docker_compose role may not be included twice
Our docker compose role is configured via ansible variables in a way
that overwrites each other if it is activated twice with different
variable assignments (unless e.g. a role that just installs more
packages).
To prevent misuse of the role, the allow_duplicates key of the role
meta is set to false. This should make ansible complain if the role
is included twice for a single host.
2026-07-23 18:37:48 +02:00
..
argument_specs.yaml docker_compose(role): move argument documentation to README 2025-11-02 22:32:20 +01:00
main.yaml specify that docker_compose role may not be included twice 2026-07-23 18:37:48 +02:00