Fix typos in task names

Change-Id: I4e9030c7786e8c164e83d2d1d56ac3b362597f67
This commit is contained in:
Pierre Riteau 2018-09-28 18:15:45 +01:00
parent bf732329ab
commit ea565393a5
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
- name: Ensure the Kolla Ansible configuration directores exist
- name: Ensure the Kolla Ansible configuration directories exist
file:
path: "{{ item }}"
state: directory

View File

@ -1,5 +1,5 @@
---
- name: Ensure the Kolla Bifrost configuration directores exist
- name: Ensure the Kolla Bifrost configuration directories exist
file:
path: "{{ kolla_node_custom_config_path }}/bifrost"
state: directory

View File

@ -1,5 +1,5 @@
---
- name: Ensure the Kolla OpenStack configuration directores exist
- name: Ensure the Kolla OpenStack configuration directories exist
file:
path: "{{ item.dest }}"
state: directory