library/roles/ganglia/tasks/main.yml: Fix a task name.

This commit is contained in:
Andrea Dell'Amico 2018-02-07 17:02:30 +01:00
parent 8c2ec83619
commit 41c9af2faa
1 changed files with 2 additions and 1 deletions

View File

@ -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' ]