Create backup when copying bashrc in ruby/tasks/main.yml
This commit is contained in:
parent
b23eebba41
commit
56c44c33f5
|
@ -19,6 +19,7 @@
|
||||||
owner: mastodon
|
owner: mastodon
|
||||||
group: mastodon
|
group: mastodon
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
backup: yes
|
||||||
- name: Install ruby-build as rbenv plugin
|
- name: Install ruby-build as rbenv plugin
|
||||||
git:
|
git:
|
||||||
repo: 'https://github.com/rbenv/ruby-build.git'
|
repo: 'https://github.com/rbenv/ruby-build.git'
|
||||||
|
|
Loading…
Reference in New Issue