From 7fd6cb9d17d679147987a6f5ccf7f7ed6df4677f Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 3 Apr 2020 11:21:40 -0500 Subject: [PATCH] Fix linter issues for tests. --- .github/stale.yml | 2 +- molecule/default/converge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index c7ff127..3ac21f9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Configuration for probot-stale - https://github.com/probot/stale - +--- # Number of days of inactivity before an Issue or Pull Request becomes stale daysUntilStale: 90 diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 9487f48..77958f6 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -8,7 +8,7 @@ apt: update_cache=yes cache_valid_time=600 when: ansible_os_family == 'Debian' - - name: Wait for systemd to complete initialization. + - name: Wait for systemd to complete initialization. # noqa 303 command: systemctl status systemd-tmpfiles-setup.service when: ansible_service_mgr == 'systemd' changed_when: false