aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-04-10 15:18:07 +0200
committerFabian Affolter <fabian@affolter-engineering.ch>2013-04-10 15:18:07 +0200
commitef535f8c6d550fe5357b77e7ace2e4cc6c00b7df (patch)
tree4c0ec322a2854b77df6c672726e368401fdcc152 /tasks
parent79582efb9d63fe4cc6db1323e612256673da69af (diff)
downloadalpine-ansible-ef535f8c6d550fe5357b77e7ace2e4cc6c00b7df.tar.bz2
alpine-ansible-ef535f8c6d550fe5357b77e7ace2e4cc6c00b7df.tar.xz
Move common tasks to sep. playbook
Diffstat (limited to 'tasks')
-rw-r--r--tasks/sqlol.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tasks/sqlol.yml b/tasks/sqlol.yml
index 53d5e49..c7636e1 100644
--- a/tasks/sqlol.yml
+++ b/tasks/sqlol.yml
@@ -6,13 +6,6 @@
# Licensed under CC BY 3.0. All rights reserved.
#
---
-- name: create the 'webapps' directory
- file: path=/usr/share/webapps/
- owner=root
- group=root
- mode=0777
- state=directory
-
- name: for the git module git is needed
command: /sbin/apk add git