Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Aug 19, 2021
1 parent 4c585b8 commit 537052e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions tasks/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
tags:
- windows_runner

# yamllint disable rule:line-length
- name: Create task to run a PS script as SYSTEM service on boot
win_scheduled_task:
name: Register
Expand All @@ -79,12 +80,12 @@
run_level: highest
state: present

#- name: Register runner
# win_shell: |
# C:\gitlab-runner\register.ps1
# args:
# chdir: C:\gitlab-runner\
# ignore_errors: true
# tags:
# - register_runner
# - windows_runner
# - name: Register runner
# win_shell: |
# C:\gitlab-runner\register.ps1
# args:
# chdir: C:\gitlab-runner\
# ignore_errors: true
# tags:
# - register_runner
# - windows_runner

0 comments on commit 537052e

Please sign in to comment.