File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11
11
- libicu57
12
12
state : present
13
13
update_cache : true
14
+ become : true
14
15
when : (ansible_facts.distribution == "Debian" and ansible_facts.distribution_major_version == "9")
15
16
16
17
- name : Install dependencies on Debian Buster
24
25
- libicu63
25
26
state : present
26
27
update_cache : true
28
+ become : true
27
29
when : (ansible_facts.distribution == "Debian" and ansible_facts.distribution_major_version == "10")
28
30
29
31
- name : Install dependencies on Debian Bullseye
37
39
- libicu67
38
40
state : present
39
41
update_cache : true
42
+ become : true
40
43
when : (ansible_facts.distribution == "Debian" and ansible_facts.distribution_major_version == "11")
41
44
42
45
- name : Install dependencies on Debian Bookworm
50
53
- libicu72
51
54
state : present
52
55
update_cache : true
56
+ become : true
53
57
when : (ansible_facts.distribution == "Debian" and ansible_facts.distribution_major_version == "12")
54
58
55
59
- name : Install dependencies on Ubuntu Xenial systems
63
67
- libicu55
64
68
state : present
65
69
update_cache : true
70
+ become : true
66
71
when : (ansible_facts.distribution == "Ubuntu" and ansible_facts.distribution_major_version == "16")
67
72
68
73
- name : Install dependencies on Ubuntu Bionic systems
76
81
- libicu60
77
82
state : present
78
83
update_cache : true
84
+ become : true
79
85
when : (ansible_facts.distribution == "Ubuntu" and ansible_facts.distribution_major_version == "18")
80
86
81
87
- name : Install dependencies on Ubuntu Focal systems
89
95
- libicu66
90
96
state : present
91
97
update_cache : true
98
+ become : true
92
99
when : (ansible_facts.distribution == "Ubuntu" and ansible_facts.distribution_major_version == "20")
93
100
94
101
- name : Install dependencies on Ubuntu Jammy systems
101
108
- libicu70
102
109
state : present
103
110
update_cache : true
111
+ become : true
104
112
when : (ansible_facts.distribution == "Ubuntu" and ansible_facts.distribution_major_version == "22")
105
113
106
114
- name : Install dependencies on RHEL/CentOS/Fedora systems
113
121
- libicu
114
122
state : present
115
123
update_cache : true
124
+ become : true
116
125
when : (ansible_facts.distribution == "RedHat") or
117
126
(ansible_facts.distribution == "CentOS") or
118
127
(ansible_facts.distribution == "Fedora") or
Original file line number Diff line number Diff line change 123
123
ansible.builtin.command : " ./svc.sh start"
124
124
args :
125
125
chdir : " {{ runner_dir }}"
126
+ become : true
126
127
no_log : " {{ hide_sensitive_logs | bool }}"
127
128
ignore_errors : " {{ ansible_check_mode }}"
128
129
changed_when : true
You can’t perform that action at this time.
0 commit comments