mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-20 15:12:16 +03:00
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.
153 KiB
Executable File
153 KiB
Executable File