diff --git a/roles/yourls/tasks/configuration.yml b/roles/yourls/tasks/configuration.yml index b2a2bef..09de8a8 100644 --- a/roles/yourls/tasks/configuration.yml +++ b/roles/yourls/tasks/configuration.yml @@ -24,7 +24,7 @@ lineinfile: path: ~/html/user/config.php regexp: 'YOURLS_SITE' - line: define( 'YOURLS_SITE', 'https:/\/{{ domain }}' ); + line: define( 'YOURLS_SITE', 'https://{{ domain }}' ); - name: set cookie key lineinfile: path: ~/html/user/config.php