Quick question, I’m defining a group variable to be ‘delegate_group: test’ or “delegate_group: live’ depending on the --limit clause used.
The variable is being properly defined (as can be seen with debug: msg=”"), however when I pass that variable to delegate_to: “{{ delegate_group }}” it resolves to the value I filled in but it doesn’t see that this varialbe is actually a group defined in ‘hosts’.
Is this behavior to be expected? If so, how does one approach a scenario like this?