forked from ISTI-ansible-roles/ansible-roles
library/roles/ganglia/tasks/main.yml: Fix a task name.
This commit is contained in:
parent
8c2ec83619
commit
41c9af2faa
|
@ -75,10 +75,11 @@
|
|||
tags: [ 'monitoring', 'ganglia' ]
|
||||
|
||||
- block:
|
||||
- name: Install the ganglia client
|
||||
- name: Remove the ganglia client
|
||||
apt: pkg={{ item }} state=absent purge=yes
|
||||
with_items:
|
||||
- ganglia-monitor
|
||||
- libganglia1
|
||||
|
||||
when: not ganglia_enabled
|
||||
tags: [ 'monitoring', 'ganglia' ]
|
||||
|
|
Loading…
Reference in New Issue