From e6ce6ce86752169578b3baa74185a4220a9a386b Mon Sep 17 00:00:00 2001
From: Noe Nieto <noe.nieto@puri.sm>
Date: Mon, 14 Jan 2019 16:16:40 -0600
Subject: [PATCH] Remove this reference to a restricted repo. We'll blend it in
 with a restricted playbook.

---
 playbooks/shop.yml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/playbooks/shop.yml b/playbooks/shop.yml
index fc7f14a..5cd89cc 100644
--- a/playbooks/shop.yml
+++ b/playbooks/shop.yml
@@ -57,22 +57,6 @@
         extra_parameters: |
               ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://127.0.0.1:9000/var/www/woops.puri.sm"
 
-- name: Clone the woocommerce subscription plugin and create zipfile
-  hosts: localhost
-  connection: local
-  tasks:
-    - name: Git clone
-      git:
-        repo: git@source.puri.sm:liberty/limited/nda_woocommerce_subscriptions.git
-        dest: "{{ shipwright_box_config_home }}/nda_woocommerce_subscriptions"
-        version: master
-        accept_hostkey: yes
-    - name: Create zipfile
-      archive:
-        path: "{{ shipwright_box_config_home }}/nda_woocommerce_subscriptions/plugins/woocommerce-subscriptions/"
-        format: zip
-        dest: "{{ shipwright_box_config_home }}/woocommerce-subscriptions.zip"
-
 - name: Clone the LDH username policy plugin for wordpress
   hosts: localhost
   connection: local
-- 
GitLab