Skip to content

Commit ca39770

Browse files
Fix some lints
1 parent bd0973b commit ca39770

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
- local
3030
- runner
3131
- cicd
32-
dependencies:
32+
dependencies:
3333
- role: robertdebock.epel

tasks/install_runner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
- name: Register runner
4545
command: "{{ runner_dir }}/config.sh --url {{ github_server }}/{{ github_account }}/{{ github_repo }} --token {{ access_token }} --unattended"
4646
become_user: "{{ runner_user }}"
47-
tags:
47+
tags:
4848
- install
49-
49+
5050
- name: Install service
5151
shell: "cd {{ runner_dir }} && ./svc.sh install"
5252
tags:

0 commit comments

Comments
 (0)