Signed-off-by: Neha Ojha <nojha@redhat.com>
- "{{ hdd_devices }}"
# Write ending configuration logfile
- - name: write output for osds.yml to logfile
- action: template src=templates/logfile.j2 dest=/tmp/logfile.txt
- delegate_to: localhost
-
- - name: Print closing message
- debug:
- msg: "Wrote yaml for osds.yml to /tmp/logfile.txt"
+ - name: write output for osds.yml to logfile /tmp/logfile.txt
+ template:
+ src: templates/logfile.j2
+ dest: /tmp/logfile.txt
delegate_to: localhost