Corrected ownership & permissions on cli53
This commit is contained in:
parent
cf70e585a0
commit
3d00c61acf
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ cli53-download:
|
|||
- name: /usr/local/bin/cli53-linux-{{ cli53.arch }}
|
||||
- source: https://github.com/barnybug/cli53/releases/download/{{ cli53.version }}/cli53-linux-{{ cli53.arch }}
|
||||
- source_hash: https://github.com/barnybug/cli53/releases/download/{{ cli53.version }}/cli53_{{ cli53.version }}_checksums.txt
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 755
|
||||
- require:
|
||||
- file: cli53-bin-dir
|
||||
|
||||
|
|
Loading…
Reference in a new issue