From aaf65658fea1f611093c4f88fed0646cdf43bbfe Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Fri, 22 Nov 2019 18:54:29 +0100
Subject: [PATCH] Remove former private repositories from Satis which now went
 over to drupal.org

---
 tasks/install.yml        | 10 ++++++++++
 templates/config.ini.php |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/tasks/install.yml b/tasks/install.yml
index 3d028e3..336389c 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -70,6 +70,16 @@
   tags:
     - deploy
 
+- name: Download plugins
+  unarchive:
+    src: '{{ item }}'
+    dest: '{{ webRoot }}/plugins'
+    remote_src: yes
+  with_items:
+    - https://github.com/dominik-th/matomo-plugin-LoginOIDC/archive/0.1.4.tar.gz
+  tags:
+    - deploy
+
 - name: Configuration file
   template:
     src: config.ini.php
diff --git a/templates/config.ini.php b/templates/config.ini.php
index 36f2845..52397f5 100644
--- a/templates/config.ini.php
+++ b/templates/config.ini.php
@@ -80,6 +80,7 @@ Plugins[] = "Intl"
 Plugins[] = "Marketplace"
 Plugins[] = "Provider"
 Plugins[] = "DoNotTrack"
+Plugins[] = "LoginOIDC"
 Plugins[] = "SecurityInfo"
 
 [PluginsInstalled]
@@ -140,3 +141,5 @@ PluginsInstalled[] = "Diagnostics"
 PluginsInstalled[] = "Intl"
 PluginsInstalled[] = "Marketplace"
 PluginsInstalled[] = "SecurityInfo"
+PluginsInstalled[] = "LoginOIDC"
+PluginsInstalled[] = "TwoFactorAuth"
-- 
GitLab