Skip to content

Commit b505d99

Browse files
Fix some lints
1 parent 99ff3dd commit b505d99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/install_deps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
update_cache: yes
1212
when: (ansible_distribution == "Debian" and ansible_distribution_major_version == "9") or
1313
(ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "16")
14-
tags:
14+
tags:
1515
- install
1616

1717
- name: Install dependencies on Debian Buster / Ubuntu Bionic systems
@@ -26,7 +26,7 @@
2626
update_cache: yes
2727
when: (ansible_distribution == "Debian" and ansible_distribution_major_version == "10") or
2828
(ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "18")
29-
tags:
29+
tags:
3030
- install
3131

3232
- name: Install dependencies on RHEL/CentOS/Fedora systems
@@ -41,5 +41,5 @@
4141
when: (ansible_distribution == "RedHat") or
4242
(ansible_distribution == "CentOS") or
4343
(ansible_distribution == "Fedora")
44-
tags:
44+
tags:
4545
- install

0 commit comments

Comments
 (0)