File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# GitHub Actions Runner
2
2
3
3
[ ![ awesome-runners] ( https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg )] ( https://github.com/jonico/awesome-runners )
4
- [ ![ Galaxy Quality] ( https://img.shields.io/ansible/quality/47375?style=flat&logo=ansible )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
5
- [ ![ Role version] ( https://img.shields.io/github/v/release/MonolithProjects/ansible-github_actions_runner )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
6
- [ ![ Role downloads] ( https://img.shields.io/ansible/role/d/47375 )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
4
+ [ ![ Role version] ( https://img.shields.io/github/v/release/MonolithProjects/ansible-github_actions_runner )] ( https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/ )
5
+ [ ![ Role downloads] ( https://img.shields.io/ansible/role/d/19739 )] ( https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/ )
7
6
[ ![ Molecule test] ( https://github.com/MonolithProjects/ansible-github_actions_runner/actions/workflows/tests.yml/badge.svg )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/actions/workflows/tests.yml )
8
7
[ ![ License] ( https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/blob/main/LICENSE )
9
8
Original file line number Diff line number Diff line change 79
79
chdir : " {{ runner_dir }}"
80
80
changed_when : true
81
81
become_user : " {{ runner_user }}"
82
+ become : true
82
83
no_log : " {{ hide_sensitive_logs | bool }}"
83
84
when : runner_name not in registered_runners.json.runners|map(attribute='name')|list
84
85
98
99
chdir : " {{ runner_dir }}"
99
100
changed_when : true
100
101
become_user : " {{ runner_user }}"
102
+ become : true
101
103
no_log : " {{ hide_sensitive_logs | bool }}"
102
104
when : >
103
105
runner_name in registered_runners.json.runners|map(attribute='name')|list and
You can’t perform that action at this time.
0 commit comments