mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-10-08 21:53:15 +03:00
Fix linter issues for tests.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user