Add execution mode on rustup

This commit is contained in:
Dryusdan 2021-02-08 15:59:52 +01:00
parent d2bbf7802a
commit 414cac06ad
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
dest: "{{ item.home}}/rustup.sh" dest: "{{ item.home}}/rustup.sh"
owner: "{{ item.name }}" owner: "{{ item.name }}"
group: "{{ item.name }}" group: "{{ item.name }}"
mode: '0700'
loop: "{{ bitwarden }}" loop: "{{ bitwarden }}"
tags: tags:
- install - install