aboutsummaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-06-23 12:28:02 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-06-23 12:28:16 +0200
commit8aefb7d95e9f8ef788b165884073ec906e3e998d (patch)
tree13364b71bc014e93c6d5fc2f57364aad31fecc0d /ansible
parent5ceb2ccc10fb17457c0ff12097ba572c79ad7cbb (diff)
ansible: Remove old dir setup.
Change-Id: I00857ea42e0c03fa73746a2d94f2a27bcc788f4e
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/dirs/tasks/main.yml13
-rw-r--r--ansible/site.yml1
2 files changed, 0 insertions, 14 deletions
diff --git a/ansible/roles/dirs/tasks/main.yml b/ansible/roles/dirs/tasks/main.yml
deleted file mode 100644
index 4b76a61..0000000
--- a/ansible/roles/dirs/tasks/main.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-# Create the necessary directory for app operation, set correct user/group.
-
-- name: Create and fix upload directory
- file: path={{ install_base }}/{{ hostname }}/uploads
- owner={{ apache_user }}
- group=bot-publishers
- mode=2775
- recurse=yes
- state=directory
- tags:
- - install
- - update
diff --git a/ansible/site.yml b/ansible/site.yml
index 3eb30bd..be08002 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -6,5 +6,4 @@
- common
- install-deps
- install-llp
- - dirs
- apache-conf