File tree Expand file tree Collapse file tree 5 files changed +6
-26
lines changed Expand file tree Collapse file tree 5 files changed +6
-26
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ github_server: "https://github.com"
61
61
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
62
62
63
63
# Is it runner for organization or not
64
- runner_org : false
64
+ runner_org : no
65
65
66
66
# Account used for Runner registration (GitHub Repository user with admin rights or Organization owner)
67
67
# github_account: "youruser"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ github_server: "https://github.com"
24
24
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
25
25
26
26
# Is it runner for organization or not
27
- runner_org : false
27
+ runner_org : no
28
28
29
29
# GitHub Repository user or Organization owner used for Runner registration
30
30
# github_account: "youruser"
Original file line number Diff line number Diff line change @@ -25,17 +25,7 @@ platforms:
25
25
volumes :
26
26
- /sys/fs/cgroup:/sys/fs/cgroup:ro
27
27
privileged : yes
28
- pre_build_image : yes
29
- # - name: Fedora31
30
- # image: monolithprojects/systemd-fedora31:latest
31
- # command: /sbin/init
32
- # tmpfs:
33
- # - /run
34
- # - /tmp
35
- # volumes:
36
- # - /sys/fs/cgroup:/sys/fs/cgroup:ro
37
- # privileged: yes
38
- # pre_build_image: yes
28
+ pre_build_image : yes
39
29
- name : Fedora32
40
30
image : monolithprojects/systemd-fedora32:latest
41
31
command : /sbin/init
Original file line number Diff line number Diff line change @@ -25,17 +25,7 @@ platforms:
25
25
volumes :
26
26
- /sys/fs/cgroup:/sys/fs/cgroup:ro
27
27
privileged : yes
28
- pre_build_image : yes
29
- # - name: Fedora31
30
- # image: monolithprojects/systemd-fedora31:latest
31
- # command: /sbin/init
32
- # tmpfs:
33
- # - /run
34
- # - /tmp
35
- # volumes:
36
- # - /sys/fs/cgroup:/sys/fs/cgroup:ro
37
- # privileged: yes
38
- # pre_build_image: yes
28
+ pre_build_image : yes
39
29
- name : Fedora32
40
30
image : monolithprojects/systemd-fedora32:latest
41
31
command : /sbin/init
Original file line number Diff line number Diff line change 109
109
become : yes
110
110
become_user : " {{ runner_user }}"
111
111
no_log : " {{ hide_sensitive_logs | bool }}"
112
- when : replace_runner and ansible_hostname in registered_runners.json.runners|map(attribute='name')|list and not github_org
112
+ when : replace_runner and ansible_hostname in registered_runners.json.runners|map(attribute='name')|list and not runner_org
113
113
tags :
114
114
- install
115
115
121
121
become : yes
122
122
become_user : " {{ runner_user }}"
123
123
no_log : " {{ hide_sensitive_logs | bool }}"
124
- when : replace_runner and ansible_hostname in registered_runners.json.runners|map(attribute='name')|list and github_org
124
+ when : replace_runner and ansible_hostname in registered_runners.json.runners|map(attribute='name')|list and runner_org
125
125
tags :
126
126
- install
127
127
You can’t perform that action at this time.
0 commit comments