diff --git a/plugins/_action/jiffybox.py b/plugins/_action/jiffybox.py
new file mode 120000
index 0000000000000000000000000000000000000000..8e85018977eb188a715d6f20192b5ccaf59a200c
--- /dev/null
+++ b/plugins/_action/jiffybox.py
@@ -0,0 +1 @@
+../jiffybox/action_plugins/jiffybox.py
\ No newline at end of file
diff --git a/plugins/_action/serverdensity.py b/plugins/_action/serverdensity.py
new file mode 120000
index 0000000000000000000000000000000000000000..e361977cf489851806aa022c0ff98ea5d7523a07
--- /dev/null
+++ b/plugins/_action/serverdensity.py
@@ -0,0 +1 @@
+../serverdensity/action_plugins/serverdensity.py
\ No newline at end of file
diff --git a/roles/gitlab b/roles/gitlab
index 88375878fab5f15c3f8604c6791a8fa2ba640291..3cce105145b8a30470cc201465ac8e7e7b0794b6 160000
--- a/roles/gitlab
+++ b/roles/gitlab
@@ -1 +1 @@
-Subproject commit 88375878fab5f15c3f8604c6791a8fa2ba640291
+Subproject commit 3cce105145b8a30470cc201465ac8e7e7b0794b6
diff --git a/setup_local.yml b/setup_local.yml
index a7ddd6dbb1794eda76d4c1b58dca9f1f76bc09f9..76946f0d3ba35a5ab07a3d1cc620e43711702cad 100644
--- a/setup_local.yml
+++ b/setup_local.yml
@@ -63,6 +63,8 @@
           value: "{{ lookup('env','HOME') }}/.ansible/facts"
         - option: "fact_caching_timeout"
           value: "86400"
+        - option: "action_plugins"
+          value: "{{ lookup('env','PWD') }}/plugins/_action"
         - option: "scp_if_ssh"
           value: "True"
           section: "ssh_connection"