hi - struggling again, asking for help :)
systemd:
units: !Concat
- !Include units/ALL.yaml
- !Include units/docker_compose.yaml
- !Include units/mount_docker.yaml
- !Include units/mount_data.yaml
- !If
test: !Op [!Void, ne, !Var etcd_token]
then: !Include units/etcd.yaml
i want to check if one of the "parent" files set the variable etcd_token - and if so, include the file.. is this doable?
TIA!