From c263beb39a151e7c795ef05a8e6a21d913095d96 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 13 Jan 2019 06:06:16 -0500 Subject: [PATCH] Update main.yml --- roles/nextcloud/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nextcloud/tasks/main.yml b/roles/nextcloud/tasks/main.yml index 1fad34b80..7f0f94b49 100644 --- a/roles/nextcloud/tasks/main.yml +++ b/roles/nextcloud/tasks/main.yml @@ -65,7 +65,7 @@ state: present when: is_debuntu and (is_debian_8 or is_debian_9 or is_ubuntu_16 or is_ubuntu_17) # NOT NEC TO TEST FOR is_raspbian_8 OR is_raspbian_9 AS /opt/iiab/iiab/vars/.yml - # DEFINES THESE AS SUBSETS OF is_debian_8 OR is_debian_9 + # DEFINES THESE AS SUBSETS OF is_debian_8 OR is_debian_9 (FOR NOW!) # we need to install the rpm in order to get the dependencies # but we only need to do this the first time