File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ - name : Check variables
3
+ assert :
4
+ that :
5
+ - github_account is defined
6
+ - access_token is defined
7
+ - access_token | length > 0
8
+ quiet : true
9
+ run_once : yes
10
+ tags :
11
+ - install
12
+ - uninstall
Original file line number Diff line number Diff line change 37
37
38
38
- name : Build service name
39
39
set_fact :
40
- runner_service : " actions.runner.{{ github_owner | default(github_account[:45]) }}.{{ runner_name }}.service"
40
+ runner_service : " actions.runner.{{ ( github_owner | default(github_account)) [:45] }}.{{ runner_name }}.service"
41
41
tags :
42
42
- install
43
43
- uninstall
Original file line number Diff line number Diff line change 1
1
---
2
+ - include_tasks : assert.yml
3
+ tags :
4
+ - install
5
+ - uninstall
6
+
2
7
- include_tasks : collect_info_org.yml
3
8
when : runner_org
4
9
tags :
You can’t perform that action at this time.
0 commit comments