Merge "change CollectD to collectd in collectd role"

This commit is contained in:
Jenkins 2016-09-27 14:43:19 +00:00 committed by Gerrit Code Review
commit 1502ad94f1
3 changed files with 3 additions and 3 deletions
ansible/roles/collectd/tasks

@ -1,5 +1,5 @@
---
- name: Ensuring CollectD config directories exist
- name: Ensuring collectd config directories exist
file:
path: "{{ node_config_directory }}/{{ item }}"
state: "directory"

@ -1,5 +1,5 @@
---
- name: Pulling CollectD image
- name: Pulling collectd image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"

@ -1,5 +1,5 @@
---
- name: Starting CollectD container
- name: Starting collectd container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"