From b10fe5922a35e4a5c519fa23fe44f1126011f51d Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 27 Aug 2020 22:13:10 -0500 Subject: [PATCH] Fix ansible-lint rule 208. --- .yamllint | 1 + tasks/setup-Debian.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index 76a383c6..f2033dd2 100644 --- a/.yamllint +++ b/.yamllint @@ -8,3 +8,4 @@ rules: ignore: | .github/stale.yml + .travis.yml diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index ffeb9acb..802c88c9 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -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