Fix linter issues for tests.

This commit is contained in:
Jeff Geerling 2020-04-03 11:21:40 -05:00
parent 1dd9a7b91b
commit 7fd6cb9d17
2 changed files with 2 additions and 2 deletions

2
.github/stale.yml vendored
View File

@ -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

View File

@ -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