mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Fix linter issues for tests.
This commit is contained in:
parent
1dd9a7b91b
commit
7fd6cb9d17
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user