Fix typos in task names
Change-Id: I4e9030c7786e8c164e83d2d1d56ac3b362597f67
This commit is contained in:
parent
bf732329ab
commit
ea565393a5
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Ensure the Kolla Ansible configuration directores exist
|
- name: Ensure the Kolla Ansible configuration directories exist
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Ensure the Kolla Bifrost configuration directores exist
|
- name: Ensure the Kolla Bifrost configuration directories exist
|
||||||
file:
|
file:
|
||||||
path: "{{ kolla_node_custom_config_path }}/bifrost"
|
path: "{{ kolla_node_custom_config_path }}/bifrost"
|
||||||
state: directory
|
state: directory
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: Ensure the Kolla OpenStack configuration directores exist
|
- name: Ensure the Kolla OpenStack configuration directories exist
|
||||||
file:
|
file:
|
||||||
path: "{{ item.dest }}"
|
path: "{{ item.dest }}"
|
||||||
state: directory
|
state: directory
|
||||||
|
Loading…
Reference in New Issue
Block a user