matrix-docker-ansible-deploy/group_vars
Thomas Baer c86720eeae
convert to list from generator
selectattr() returns a generator object, an iterator. This leads to an exception later, lists can't concated to iterators, only to other lists. So '| list' converts the iterator to a list and the script runs happily.
2023-01-05 14:10:06 +01:00
..
matrix_servers convert to list from generator 2023-01-05 14:10:06 +01:00