File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
write_characteristics_file/tasks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
echo "Build Vagrant version: $(vagrant --version)" >> {{ vm_dir }}/build_information
73
73
echo "Build hostname: $HOSTNAME" >> {{ vm_dir }}/build_information
74
74
echo "Uname output: $(uname -a)" >> {{ vm_dir }}/build_information
75
- echo "lsb_release output: $(lsb_release -a) >> {{ vm_dir }}/build_information
75
+ echo "lsb_release output: $(lsb_release -a)" >> {{ vm_dir }}/build_information
76
76
args :
77
77
chdir : " {{ vm_dir }}"
78
78
executable : /bin/bash
Original file line number Diff line number Diff line change 19
19
dest=/virtualmicromagnetics_machine_characteristics
20
20
create=yes
21
21
marker="# --- {mark} ADDED BY ANSIBLE ---"
22
- content="\nBuild virtualmicromagnetics version : {{ text.stdout }}\nBuild date: {{ date.stdout }}\n{{ build_info.stdout }}"
22
+ content="Build virtualmicromagnetics version{{':'}} {{ text.stdout }}\nBuild date{{':'}} {{ date.stdout }}\n{{ build_info.stdout }}"
23
23
sudo : yes
You can’t perform that action at this time.
0 commit comments