Satnogs-client-ansible - fatal: [satnogs]: FAILED!

Hello, I’m having issues on the satongs-client-ansible with the following errors. I’m using the latest version of the repo. This is the error I get on ansible:

PLAY [satnogses] ****************************************************************************************************************************************************

TASK [common : Manage packages for Debian/Ubuntu] *******************************************************************************************************************
fatal: [satnogs]: FAILED! => {"msg": "Unexpected templating type error occurred on ({% set ns = namespace(result=[]) -%} {% for package in packages | default([]) -%} {% if package.keys() | reject(\"in\", [\"name\", \"state\"]) == [] -%} {% set ns.result =\n    ns.result + [package] -%}\n{% endif -%} {% endfor -%} {{ ns.result | groupby(\"state\", default=\"present\") }}): do_groupby() got an unexpected keyword argument 'default'"}

PLAY RECAP **********************************************************************************************************************************************************
satnogs                    : ok=12   changed=0    unreachable=0    failed=1    skipped=3    rescued=0    ignored=0   

Any idea why is this happening? The error messege is not giving me any hints on what could be the problem.

Thanks!

Victor