Fix creation of RBD client directories

Need to use a template, not a bare variable name.
pull/713/head
Chris St. Pierre 2016-04-13 15:10:44 -05:00
parent afad22c5a1
commit de22ae0a06
1 changed files with 2 additions and 2 deletions

View File

@ -238,8 +238,8 @@
group: "{{ rbd_client_directory_group }}"
mode: "{{ rbd_client_directory_mode }}"
with_items:
- rbd_client_admin_socket_path
- rbd_client_log_path
- "{{ rbd_client_admin_socket_path }}"
- "{{ rbd_client_log_path }}"
when: rbd_client_directories
- name: configure cluster name