Skip to content

Commit a91f927

Browse files
author
Jeremy Cornett
committed
Remove the time from the task name so the info is not duplicated and liable to get out of sync as it already has.
1 parent 5f98ec7 commit a91f927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
name: "Jenkins JNLP"
141141
register: jenkins_node_jnlp_win_task_status
142142

143-
- name: start and wait 10 for the scheduled task
143+
- name: start and wait for the scheduled task
144144
block:
145145
- name: start the task
146146
ansible.windows.win_shell: schtasks /Run /TN "Jenkins JNLP"

0 commit comments

Comments
 (0)