We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0973b commit ca39770Copy full SHA for ca39770
meta/main.yml
@@ -29,5 +29,5 @@
29
- local
30
- runner
31
- cicd
32
- dependencies:
+ dependencies:
33
- role: robertdebock.epel
tasks/install_runner.yml
@@ -44,9 +44,9 @@
44
- name: Register runner
45
command: "{{ runner_dir }}/config.sh --url {{ github_server }}/{{ github_account }}/{{ github_repo }} --token {{ access_token }} --unattended"
46
become_user: "{{ runner_user }}"
47
- tags:
+ tags:
48
- install
49
-
+
50
- name: Install service
51
shell: "cd {{ runner_dir }} && ./svc.sh install"
52
tags:
0 commit comments