mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 05:22:39 +00:00
Embedded docs clarifications and refinements. (#258)
* Another embedded docs clarifications in k8s_rollback * Embedded docs clarification in helm_pljugin_info * Embedded docs clarification in k8s * More embedded docs clarification in k8s inventory plugin * Fixed markdown formatting to RST in k8s_rollback
This commit is contained in:
@@ -179,17 +179,12 @@ EXAMPLES = r'''
|
||||
state: present
|
||||
definition: "{{ lookup('file', '/testing/deployment.yml') | from_yaml }}"
|
||||
|
||||
- name: Read definition file from the Ansible controller file system after Jinja templating
|
||||
community.kubernetes.k8s:
|
||||
state: present
|
||||
definition: "{{ lookup('template', '/testing/deployment.yml') | from_yaml }}"
|
||||
|
||||
- name: Read definition template file from the Ansible controller file system
|
||||
community.kubernetes.k8s:
|
||||
state: present
|
||||
template: '/testing/deployment.j2'
|
||||
|
||||
- name: Read definition template file from the Ansible controller file system
|
||||
- name: Read definition template file from the Ansible controller file system that uses custom start/end strings
|
||||
community.kubernetes.k8s:
|
||||
state: present
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user