Skip to content

Commit

Permalink
Fix ansible-lint rule 208.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Aug 28, 2020
1 parent be5f089 commit b10fe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ rules:

ignore: |
.github/stale.yml
.travis.yml
2 changes: 1 addition & 1 deletion tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199 and
# https://github.com/geerlingguy/ansible-role-java/issues/64
- name: Ensure 'man' directory exists.
file:
file: # noqa 208
path: /usr/share/man/man1
state: directory
recurse: true
Expand Down

0 comments on commit b10fe59

Please sign in to comment.