diff --git a/ansible/roles/collectd/tasks/config.yml b/ansible/roles/collectd/tasks/config.yml index a9eaf08a55..af9417b7e0 100644 --- a/ansible/roles/collectd/tasks/config.yml +++ b/ansible/roles/collectd/tasks/config.yml @@ -1,5 +1,5 @@ --- -- name: Ensuring CollectD config directories exist +- name: Ensuring collectd config directories exist file: path: "{{ node_config_directory }}/{{ item }}" state: "directory" diff --git a/ansible/roles/collectd/tasks/pull.yml b/ansible/roles/collectd/tasks/pull.yml index 300163f162..d182b27b67 100644 --- a/ansible/roles/collectd/tasks/pull.yml +++ b/ansible/roles/collectd/tasks/pull.yml @@ -1,5 +1,5 @@ --- -- name: Pulling CollectD image +- name: Pulling collectd image kolla_docker: action: "pull_image" common_options: "{{ docker_common_options }}" diff --git a/ansible/roles/collectd/tasks/start.yml b/ansible/roles/collectd/tasks/start.yml index fbce11dadb..8675c00eb8 100644 --- a/ansible/roles/collectd/tasks/start.yml +++ b/ansible/roles/collectd/tasks/start.yml @@ -1,5 +1,5 @@ --- -- name: Starting CollectD container +- name: Starting collectd container kolla_docker: action: "start_container" common_options: "{{ docker_common_options }}"