File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
update_cache : yes
12
12
when : (ansible_distribution == "Debian" and ansible_distribution_major_version == "9") or
13
13
(ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "16")
14
- tags :
14
+ tags :
15
15
- install
16
16
17
17
- name : Install dependencies on Debian Buster / Ubuntu Bionic systems
26
26
update_cache : yes
27
27
when : (ansible_distribution == "Debian" and ansible_distribution_major_version == "10") or
28
28
(ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "18")
29
- tags :
29
+ tags :
30
30
- install
31
31
32
32
- name : Install dependencies on RHEL/CentOS/Fedora systems
41
41
when : (ansible_distribution == "RedHat") or
42
42
(ansible_distribution == "CentOS") or
43
43
(ansible_distribution == "Fedora")
44
- tags :
44
+ tags :
45
45
- install
You can’t perform that action at this time.
0 commit comments