7
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-01-01 09:07:15 +00:00
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