From c008b9060f3bb9cd865fa1dceb8cc6c5fe3fc4e4 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Sat, 25 Jul 2020 14:27:35 +0300 Subject: [PATCH] Lint --- tests/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test.yml b/tests/test.yml index f2c5bc4..be428f9 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -3,22 +3,22 @@ become: true tasks: - block: - - name: uWSGI/NetBox service status # noqa 303 + - name: uWSGI/NetBox service status # noqa 303 305 shell: "systemctl status netbox.service" changed_when: false - - name: uWSGI/NetBox service journal + - name: uWSGI/NetBox service journal # noqa 305 shell: "journalctl --no-pager -xu netbox.service" changed_when: false - - name: uWSGI configuration + - name: uWSGI configuration # noqa 305 shell: cat /srv/netbox/shared/uwsgi.ini changed_when: false - - name: NetBox rq-worker service status + - name: NetBox rq-worker service status # noqa 303 305 shell: "systemctl status netbox-rqworker.service" changed_when: false - - name: NetBox application log + - name: NetBox application log # noqa 305 shell: cat /srv/netbox/shared/application.log changed_when: false - - name: NetBox configuration + - name: NetBox configuration # noqa 305 shell: cat /srv/netbox/shared/configuration.py changed_when: false ignore_errors: true