diff --git a/roles/matomo/tasks/install.yml b/roles/matomo/tasks/install.yml index 2938e5983..56439de3e 100644 --- a/roles/matomo/tasks/install.yml +++ b/roles/matomo/tasks/install.yml @@ -1,6 +1,6 @@ # The sections of code interacting with the Matomo website are modified from code found at https://git.coop/webarch/matomo/. This code is distributed under # Version 3 of the GNU General Public License. We modified this code and applied it here in April 2022. The derived sections correspond to the tasks running -# from "HTTP Get Welcome" through "Finish Matomo Setup", lines 45 through 156. +# from "HTTP Get Welcome" through "Finish Matomo Setup", lines 63 through 199. - name: "WARNING: './runrole --reinstall matomo' CAN FAIL AS OF 2022-06-15, e.g. if /library/www/matomo already exists"