diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-14 16:34:46 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-14 16:34:46 +0200 |
commit | 217990b0ec9b378bcd2ede982c8e5d557de8e1e7 (patch) | |
tree | 8d135761b7a0daeea55a1c2c059166988cf83ffd /build | |
parent | ed6d6386a82ed4b783d07e186620ffcbaf33b0f4 (diff) |
Update README for development and fix typo in playbook
Diffstat (limited to 'build')
-rw-r--r-- | build/test/playbook-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test/playbook-test.yml b/build/test/playbook-test.yml index a2b416a..0b5f84e 100644 --- a/build/test/playbook-test.yml +++ b/build/test/playbook-test.yml @@ -60,7 +60,7 @@ - name: Display IP debug: - msg: "Front test is available at http://{{ ip.stdout }}/" + msg: "Varnish test is available at http://{{ ip.stdout }}/" - name: test index uri: url="http://{{ ip.stdout }}/" |