Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KaffeMyers opened this issue Oct 15, 2022 · 2 comments
Open

Comments

@KaffeMyers
Copy link

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 KaffeMyers changed the title nextcloud-reloaded - ansible filters seemingly missing nextcloud-reloaded - ansible filters seemingly missing [debian/bullseye] Oct 15, 2022
@KaffeMyers
Copy link
Author

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.

@perfectra1n
Copy link

ansible/ansible#77356

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants