Fix comment
This commit is contained in:
parent
adca04dadf
commit
1786d78061
1 changed files with 1 additions and 9 deletions
|
|
@ -1,14 +1,6 @@
|
|||
- name: Local Path setup
|
||||
block:
|
||||
- name: namespace
|
||||
k8s:
|
||||
context: "{{ my_context }}"
|
||||
state: present
|
||||
name: kubernetes-dashboard
|
||||
api_version: v1
|
||||
kind: Namespace
|
||||
|
||||
- name: dashboard install
|
||||
- name: local-path-storage install
|
||||
k8s:
|
||||
state: present
|
||||
context: "{{ my_context }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue