ansible-lint fix

This commit is contained in:
GomathiselviS
2024-01-30 13:09:52 -05:00
parent b01f78b0b7
commit c255d11c6e
12 changed files with 654 additions and 732 deletions

View File

@@ -257,10 +257,10 @@ EXAMPLES = r"""
kubernetes.core.k8s:
state: present
template:
- path: '/testing/deployment_one.j2'
- path: '/testing/deployment_two.j2'
variable_start_string: '[['
variable_end_string: ']]'
- path: '/testing/deployment_one.j2'
- path: '/testing/deployment_two.j2'
variable_start_string: '[['
variable_end_string: ']]'
- name: fail on validation errors
kubernetes.core.k8s: