Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
t2d committed Apr 2, 2023
1 parent 91ea677 commit 8cf2787
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---

roles:
- geerlingguy.nodejs
12 changes: 8 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
---

- include: mumble.yml
- name: Import mumble tasks
import_tasks: mumble.yml

- include: mumble-web.yml
- name: Import mumble-web tasks
import_tasks: mumble-web.yml
when: mumble_web
tags: mumble-web

- include: monitoring.yml
- name: Import monitoring tasks
import_tasks: monitoring.yml
when: murmur_monitoring_monit_enabled or murmur_monitoring_munin_enabled

- include: goss.yml
- name: Import goss tasks
import_tasks: goss.yml
tags:
- goss

0 comments on commit 8cf2787

Please sign in to comment.