summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/dotfiles/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/dotfiles/tasks/main.yml b/roles/dotfiles/tasks/main.yml
index 4def4d4..ba707a1 100644
--- a/roles/dotfiles/tasks/main.yml
+++ b/roles/dotfiles/tasks/main.yml
@@ -197,6 +197,12 @@
dest: '{{ homedir }}/.templates/template.cpp'
when: has_cpp.rc == 0
+ - name: Copy benchmark.cpp to home directory
+ ansible.builtin.copy:
+ src: misc/dotfiles/templates/benchmark.cpp
+ dest: '{{ homedir }}/.templates/benchmark.cpp'
+ when: has_cpp.rc == 0
+
- name: Copy template.py to home directory
ansible.builtin.copy:
src: misc/dotfiles/templates/template.py