Change right on config file

This commit is contained in:
Dryusdan 2021-02-08 17:18:16 +01:00
parent e07b293a56
commit 8dcad832a0
1 changed files with 4 additions and 5 deletions

View File

@ -231,15 +231,14 @@
- name: Add configuration
ansible.builtin.template:
src: env.j2
dest: "/env/{{ item.name }}_bitwarden_rs.env"
owner: root
group: root
mode: '0644'
dest: "/etc/{{ item.name }}_bitwarden_rs.env"
owner: bitwarden
group: bitwarden
mode: '0600'
loop: "{{ bitwarden }}"
tags:
- install
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: yes