diff --git a/tasks/cinder_post_install.yml b/tasks/cinder_post_install.yml index 442e71fd..33cd71c3 100644 --- a/tasks/cinder_post_install.yml +++ b/tasks/cinder_post_install.yml @@ -44,12 +44,14 @@ notify: - Restart cinder services -- name: Drop cinder configs +- name: Copy cinder configs copy: - src: "rootwrap.d/volume.filters" - dest: "/etc/cinder/rootwrap.d/volume.filters" + src: "{{ item }}" + dest: "/etc/cinder/rootwrap.d/" owner: "root" group: "root" + with_fileglob: + - rootwrap.d/* notify: - Restart cinder services