File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111 - libicu57
1212 state : present
1313 update_cache : true
14+ become : true
1415 when : (ansible_facts.distribution == "Debian" and ansible_facts.distribution_major_version == "9")
1516
1617- name : Install dependencies on Debian Buster
2425 - libicu63
2526 state : present
2627 update_cache : true
28+ become : true
2729 when : (ansible_facts.distribution == "Debian" and ansible_facts.distribution_major_version == "10")
2830
2931- name : Install dependencies on Debian Bullseye
3739 - libicu67
3840 state : present
3941 update_cache : true
42+ become : true
4043 when : (ansible_facts.distribution == "Debian" and ansible_facts.distribution_major_version == "11")
4144
4245- name : Install dependencies on Debian Bookworm
5053 - libicu72
5154 state : present
5255 update_cache : true
56+ become : true
5357 when : (ansible_facts.distribution == "Debian" and ansible_facts.distribution_major_version == "12")
5458
5559- name : Install dependencies on Ubuntu Xenial systems
6367 - libicu55
6468 state : present
6569 update_cache : true
70+ become : true
6671 when : (ansible_facts.distribution == "Ubuntu" and ansible_facts.distribution_major_version == "16")
6772
6873- name : Install dependencies on Ubuntu Bionic systems
7681 - libicu60
7782 state : present
7883 update_cache : true
84+ become : true
7985 when : (ansible_facts.distribution == "Ubuntu" and ansible_facts.distribution_major_version == "18")
8086
8187- name : Install dependencies on Ubuntu Focal systems
8995 - libicu66
9096 state : present
9197 update_cache : true
98+ become : true
9299 when : (ansible_facts.distribution == "Ubuntu" and ansible_facts.distribution_major_version == "20")
93100
94101- name : Install dependencies on Ubuntu Jammy systems
101108 - libicu70
102109 state : present
103110 update_cache : true
111+ become : true
104112 when : (ansible_facts.distribution == "Ubuntu" and ansible_facts.distribution_major_version == "22")
105113
106114- name : Install dependencies on RHEL/CentOS/Fedora systems
113121 - libicu
114122 state : present
115123 update_cache : true
124+ become : true
116125 when : (ansible_facts.distribution == "RedHat") or
117126 (ansible_facts.distribution == "CentOS") or
118127 (ansible_facts.distribution == "Fedora") or
Original file line number Diff line number Diff line change 123123 ansible.builtin.command : " ./svc.sh start"
124124 args :
125125 chdir : " {{ runner_dir }}"
126+ become : true
126127 no_log : " {{ hide_sensitive_logs | bool }}"
127128 ignore_errors : " {{ ansible_check_mode }}"
128129 changed_when : true
You can’t perform that action at this time.
0 commit comments