Skip to content

Commit

Permalink
Fix missing [[runners]] section on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
JMLX42 committed May 25, 2020
1 parent dd775ea commit 5c2085a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/update-config-runner-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
- name: (Windows) Print "[[runners]]" section
win_lineinfile:
dest: "{{ temp_runner_config.path }}"
line: '[[runners]]'
state: present
insertbefore: BOF

- name: (Windows) Set concurrent limit option
win_lineinfile:
dest: "{{ temp_runner_config.path }}"
Expand Down

0 comments on commit 5c2085a

Please sign in to comment.