Fixes #65952: Remove ambiguous example from k8s docs to clarify file usage. (#65953)

pull/66044/head
Jeff Geerling 5 years ago committed by Sandra McCann
parent 5c69e02a35
commit 81465455cd

@ -182,11 +182,6 @@ EXAMPLES = '''
name: port-8000-tcp name: port-8000-tcp
port: 8000 port: 8000
- name: Create a Service object by reading the definition from a file
k8s:
state: present
src: /testing/service.yml
- name: Remove an existing Service object - name: Remove an existing Service object
k8s: k8s:
state: absent state: absent

Loading…
Cancel
Save