mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 18:34:42 +00:00
Fix job creation task name
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
- item == 'hello world' or item == ''
|
- item == 'hello world' or item == ''
|
||||||
with_items: '{{ pod_log.log_lines }}'
|
with_items: '{{ pod_log.log_lines }}'
|
||||||
|
|
||||||
- name: Create a job that calculates pi
|
- name: Create a job that calculates 7
|
||||||
k8s:
|
k8s:
|
||||||
state: present
|
state: present
|
||||||
wait: yes
|
wait: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user