Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shm013 committed Jul 25, 2020
1 parent 3b7d982 commit c008b90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c008b90

Please sign in to comment.