playbook/roles/bookinfo: fixed
This commit is contained in:
parent
dcaf80e975
commit
658d532f23
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user