Skip to content

Commit fe1187d

Browse files
committed
Tiny docs fix in kubectl-connection example.
1 parent e0825aa commit fe1187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/examples/kubectl-connection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ansible_kubectl_config: files/kubectl-config
2626
ansible_connection: kubectl
2727

28-
# Note: Python must be present in the container to use other modules.
28+
# Note: Python is required to use other modules.
2929
- name: Run a command inside the container.
3030
raw: date
3131
register: date_output

0 commit comments

Comments
 (0)