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
|
- name: Local Path setup
|
||||||
block:
|
block:
|
||||||
- name: namespace
|
- name: local-path-storage install
|
||||||
k8s:
|
|
||||||
context: "{{ my_context }}"
|
|
||||||
state: present
|
|
||||||
name: kubernetes-dashboard
|
|
||||||
api_version: v1
|
|
||||||
kind: Namespace
|
|
||||||
|
|
||||||
- name: dashboard install
|
|
||||||
k8s:
|
k8s:
|
||||||
state: present
|
state: present
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue