nextcloud icon indicating copy to clipboard operation
nextcloud copied to clipboard

nextcloud-reloaded - ansible filters seemingly missing [debian/bullseye]

Open KaffeMyers opened this issue 3 years ago • 2 comments

Trying to install this on a freshly installed Debian Bullseye, hitting a wall.

Where it fails:

TASK [tls-certificate : create cert directory] ***************************************
fatal: [localhost]: FAILED! =>
  msg: 'template error while templating string: No filter named ''dirname''.. String:
{{ tls_certificate_file | dirname }}'

PLAY RECAP ***************************************************************************
localhost                  : ok=34   changed=20   unreachable=0    failed=1    skipped=6    rescued=0    ignored=0

KaffeMyers avatar Oct 15 '22 07:10 KaffeMyers

I probably should add that I did try hardcoding the directory name to see if I could get passed it for my installation, but later got hit with a similar issue regarding another missing filter. I don't have the logs stored from that try, but I do remeber it was complaining about missing regex_findall.

KaffeMyers avatar Oct 15 '22 07:10 KaffeMyers

https://github.com/ansible/ansible/issues/77356

The resolution here was to update your Ansible version, I had the same issue.

perfectra1n avatar Mar 13 '23 02:03 perfectra1n