Skip to content

Commit

Permalink
Merge pull request #125 from aerys/fix/missing-runners-section-on-win…
Browse files Browse the repository at this point in the history
…dows

Fix missing [[runners]] section on Windows.
  • Loading branch information
riemers authored May 26, 2020
2 parents 2cb6c07 + 5c2085a commit 23592c7
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 23592c7

Please sign in to comment.