-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update prom2teams default version, use of import_tasks instead of inc…
…lude and add prom2teams_ tags
- Loading branch information
Jose
committed
Sep 10, 2018
1 parent
41b0fb1
commit c9686ef
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
--- | ||
|
||
- name: prom2teams | Install | ||
include: install.yml | ||
import_tasks: install.yml | ||
tags: | ||
- prom2teams_install | ||
- install | ||
|
||
- name: prom2teams | Config | ||
include: config.yml | ||
import_tasks: config.yml | ||
tags: | ||
- prom2teams_config | ||
- config | ||
|
||
- name: prom2teams | Service | ||
include: service.yml | ||
import_tasks: service.yml | ||
tags: | ||
- prom2teams_service | ||
- service |