diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-11 15:19:15 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-15 05:48:37 +0000 |
commit | 25086394f9ebd7bd90698ea54734f27ee9d4517e (patch) | |
tree | cb4ceae1975eb46e291490198e9f7bc55b19e780 /resources/ansible_roles/ceph-info/tasks/cache.yml | |
parent | 35710f44ea46f07471ff8636fa4a2b8f8de56632 (diff) |
Fix output path
Change-Id: Ib3e5a310a561d9fdd11b503058ada4e937189a9d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources/ansible_roles/ceph-info/tasks/cache.yml')
-rw-r--r-- | resources/ansible_roles/ceph-info/tasks/cache.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/ansible_roles/ceph-info/tasks/cache.yml b/resources/ansible_roles/ceph-info/tasks/cache.yml index 7e29a325..a60c7c04 100644 --- a/resources/ansible_roles/ceph-info/tasks/cache.yml +++ b/resources/ansible_roles/ceph-info/tasks/cache.yml @@ -9,11 +9,11 @@ - fetch: src: /etc/ceph/ceph.conf - dest: "{{ qtip_results }}/sysinfo-{{ inventory_hostname }}/" + dest: "{{ output }}/" flat: yes - name: collect ceph catch info from ceph.conf - set_fact: {"{{ item }}":"{{ lookup('ini', '{{ item }} section=client default='' file={{ qtip_results }}/sysinfo-{{ inventory_hostname }}/ceph.conf') }}"} + set_fact: {"{{ item }}":"{{ lookup('ini', '{{ item }} section=client default='' file={{ output }}/ceph.conf') }}"} with_items: - rbd_cache - rbd_cache_max_dirty |