Skip to content

Commit

Permalink
fixing linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaserer committed Oct 12, 2021
1 parent 23386e2 commit 6b08ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
vars:
params:
files:
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml' # yamllint disable-line rule:line-length
- '{{ ansible_distribution }}.yml'
paths:
- 'vars'
Expand Down
4 changes: 2 additions & 2 deletions vars/Debian-7.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# This workaround for Debian Wheezy which doesn't support ${distro_codename} macro
# See
# This workaround for Debian Wheezy which doesn't support
# ${distro_codename} macro. See
# https://github.com/jnv/ansible-role-unattended-upgrades/issues/19
# https://github.com/jnv/ansible-role-unattended-upgrades/pull/20
# for details
Expand Down

0 comments on commit 6b08ed6

Please sign in to comment.