Skip to content

Commit

Permalink
Update prom2teams default version, use of import_tasks instead of inc…
Browse files Browse the repository at this point in the history
…lude and add prom2teams_ tags
  • Loading branch information
Jose committed Sep 10, 2018
1 parent 41b0fb1 commit c9686ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---

## General
prom2teams_version: 1.3.0
prom2teams_version: 2.2.0
prom2teams_required_libs:
- python3
- python3-pip
Expand Down
9 changes: 6 additions & 3 deletions tasks/main.yml
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

0 comments on commit c9686ef

Please sign in to comment.