systemli/ansible-role-cryptpad

Service installation fails on Ubuntu

TheSeven opened this issue · 0 comments

Systemd service installation fails on Ubuntu, due to this line of code being only enabled on Debian.

when: (ansible_distribution == 'Debian')

This is equally applicable to Ubuntu, and, along with the other two issues that I've opened, would fix deployment of the role to freshly installed Ubuntu systems.