aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2016-01-26 07:47:05 +0100
committerFabian Affolter <fabian@affolter-engineering.ch>2016-01-26 07:47:05 +0100
commitaa51806aa92d60953826e87aacfd085c4f58fbd4 (patch)
tree82389fbf6485e1a02de9528abb9b97b00cedc179
parentf7ce603c3beb7b920c7cb27b9f1b743b101af7db (diff)
downloadalpine-ansible-aa51806aa92d60953826e87aacfd085c4f58fbd4.tar.bz2
alpine-ansible-aa51806aa92d60953826e87aacfd085c4f58fbd4.tar.xz
Update description
-rw-r--r--tasks/bootstrap.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/bootstrap.yml b/tasks/bootstrap.yml
index 4af022c..0fc0b91 100644
--- a/tasks/bootstrap.yml
+++ b/tasks/bootstrap.yml
@@ -1,7 +1,7 @@
# This playbook install the bootstrap (http://twitter.github.com/bootstrap/)
# javascript framework.
#
-# Copyright (c) 2013 Fabian Affolter <fabian@affolter-engineering.ch>
+# Copyright (c) 2013-2016 Fabian Affolter <fabian@affolter-engineering.ch>
#
# Licensed under CC BY 3.0. All rights reserved.
#
@@ -23,7 +23,7 @@
mode=0777
state=directory
-- name: create a symlink to the webserver root
+- name: create a symlink to the webserver's root
file: src=/usr/share/webapps/bootstrap/
dest=/var/www/localhost/htdocs/bootstrap
owner=root