mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
skip_changelog: Fixup install task names
Update names to be consistent, reflect task block. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
2711027749
commit
8b04f52bd3
6 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@
|
|||
- "{{ alertmanager_db_dir }}"
|
||||
- "{{ _alertmanager_amtool_config_dir }}"
|
||||
|
||||
- name: Get alertmanager binary
|
||||
- name: Get binary
|
||||
when:
|
||||
- alertmanager_binary_local_dir | length == 0
|
||||
- not alertmanager_skip_install
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
home: /
|
||||
when: chrony_exporter_system_user != "root"
|
||||
|
||||
- name: Discover latest version
|
||||
- name: Get binary
|
||||
when:
|
||||
- chrony_exporter_binary_local_dir | length == 0
|
||||
- not chrony_exporter_skip_install
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
home: /
|
||||
when: mysqld_exporter_system_user != "root"
|
||||
|
||||
- name: Discover latest version
|
||||
- name: Get binary
|
||||
when:
|
||||
- mysqld_exporter_binary_local_dir | length == 0
|
||||
- not mysqld_exporter_skip_install
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
home: /
|
||||
when: node_exporter_system_user != "root"
|
||||
|
||||
- name: Discover latest version
|
||||
- name: Get binary
|
||||
when:
|
||||
- node_exporter_binary_local_dir | length == 0
|
||||
- not node_exporter_skip_install
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
home: /
|
||||
when: pushgateway_system_user != "root"
|
||||
|
||||
- name: Discover latest version
|
||||
- name: Get binary
|
||||
when:
|
||||
- pushgateway_binary_local_dir | length == 0
|
||||
- not pushgateway_skip_install
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
home: /
|
||||
when: smokeping_prober_system_user != "root"
|
||||
|
||||
- name: Discover latest version
|
||||
- name: Get binary
|
||||
when:
|
||||
- smokeping_prober_binary_local_dir | length == 0
|
||||
- not smokeping_prober_skip_install
|
||||
|
|
Loading…
Reference in a new issue