aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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