diff options
Diffstat (limited to 'build/test')
-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 }}/" |