This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
pleroma-ansible-playbook/roles/pleroma-nginx
Dan Anglin 317adf3931
fix: inconsistencies while setting the SSL cert.
When running the pleybook more than once the
ssl_certificate_key line was being overwritten
by the 'lineinfile' tasks because the regular
expression was too greedy. This merge request
uses a stricter regular expression to indentify
and update the ssl_certificate line in the Nginx
configuration.
2019-10-26 23:56:35 +01:00
..
tasks fix: inconsistencies while setting the SSL cert. 2019-10-26 23:56:35 +01:00
templates fix: inconsistencies while setting the SSL cert. 2019-10-26 23:56:35 +01:00
vars fix: inconsistencies while setting the SSL cert. 2019-10-26 23:56:35 +01:00