diff --git a/chapter-01/playbook.yaml b/chapter-01/playbook.yaml index b7ea18e..da69779 100644 --- a/chapter-01/playbook.yaml +++ b/chapter-01/playbook.yaml @@ -9,8 +9,8 @@ - hosts: aws_ec2 tasks: - debug: - msg: "Once your Kubernetes cluster is up, you can access the todo application at http://{{ inventory_hostname }}/todo" + msg: "Once your Kubernetes cluster is up, you can access the todo application at http://{{ inventory_hostname }}/todo/" - hosts: vagrant tasks: - debug: - msg: "Once your Kubernetes cluster is up, you can access the todo application at http://localhost:48080/todo" + msg: "Once your Kubernetes cluster is up, you can access the todo application at http://localhost:48080/todo/"