Fix job creation task name

This commit is contained in:
Fabian von Feilitzsch
2020-04-01 16:39:20 -04:00
parent 41407a9362
commit 2191825cbd

View File

@@ -80,7 +80,7 @@
- item == 'hello world' or item == ''
with_items: '{{ pod_log.log_lines }}'
- name: Create a job that calculates pi
- name: Create a job that calculates 7
k8s:
state: present
wait: yes