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

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