roles/common: Add task to copy tarsnaprc
One less thing to do manually after server provisioning, and there is nothing sensitive in here anyways.
This commit is contained in:
@ -9,4 +9,7 @@
|
||||
- name: Install tarsnap
|
||||
apt: pkg=tarsnap update_cache=yes
|
||||
|
||||
- name: Copy tarsnaprc
|
||||
copy: src=tarsnaprc dest=/root/.tarsnaprc owner=root group=root mode=0600
|
||||
|
||||
# vim: set sw=2 ts=2:
|
||||
|
Reference in New Issue
Block a user