File tree Expand file tree Collapse file tree 4 files changed +17
-22
lines changed Expand file tree Collapse file tree 4 files changed +17
-22
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 1
1
---
2
- - name : Check variables
3
- assert :
4
- that :
5
- - github_account is defined
6
- - access_token is defined and access_token | length>0
7
- quiet : true
8
- run_once : yes
9
- tags :
10
- - install
11
- - uninstall
12
-
13
2
- name : Get registration token (RUN ONCE)
14
3
uri :
15
4
url : " https://api.github.com/orgs/{{ github_owner | default(github_account) }}/actions/runners/registration-token"
Original file line number Diff line number Diff line change 1
1
---
2
- - name : Check variables
3
- assert :
4
- that :
5
- - github_account is defined
6
- - access_token is defined and access_token | length>0
7
- quiet : true
8
- run_once : yes
9
- tags :
10
- - install
11
- - uninstall
12
-
13
2
- name : Get registration token (RUN ONCE)
14
3
uri :
15
4
url : " https://api.github.com/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners/registration-token"
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