Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
fix: remove hardcoded root user on installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Chabik committed Jun 1, 2018
1 parent 2516006 commit c981f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
src: "/tmp/restic_{{ restic_version }}"
dest: '{{ restic_install_path }}/restic'
mode: '0750'
owner: 'root'
owner: '{{ restic_user }}'
group: '{{ restic_group }}'

- name: Install libcap on Debian systems
Expand Down

0 comments on commit c981f51

Please sign in to comment.