diff --git a/playbook/roles/bookinfo/tasks/main.yml b/playbook/roles/bookinfo/tasks/main.yml index 14765121..f7cc7fe3 100755 --- a/playbook/roles/bookinfo/tasks/main.yml +++ b/playbook/roles/bookinfo/tasks/main.yml @@ -15,7 +15,7 @@ - bookinfo-ingress.yaml - name: Setup bookinfo - shell: "kubectl apply -f /tmp{{ item }}" + shell: "kubectl apply -f /tmp/{{ item }}" when: inventory_hostname in groups[group] with_items: - apline-cli.yaml