aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/general.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/general.yml b/tasks/general.yml
index 7643420..76315cd 100644
--- a/tasks/general.yml
+++ b/tasks/general.yml
@@ -146,8 +146,8 @@
shell: vm init
- name: Install .bashrc
- file:
- src: templates/root_bashr
+ copy:
+ src: templates/root_bashrc
dest: /root/.bashrc
owner: root
group: wheel