fixed issues after applying styling guide #37
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
- name: "[Check] - Check what cryptpad version is already installed"
|
||||
command:
|
||||
cmd: grep -m 1 version {{ cryptpad_path }}/package-lock.json | awk -F\" '{print $4}'
|
||||
cmd: bash -c "grep -m 1 version {{ cryptpad_path }}/package-lock.json | awk -F'\"' '{print $4}'"
|
||||
#grep -m 1 version {{ cryptpad_path }}/package-lock.json | awk -F\" '{print $4}'
|
||||
register: 'cryptpad_version_installed'
|
||||
|
||||
- name: '[Check] - node_modules folder exists'
|
||||
|
|
|
@ -58,4 +58,5 @@
|
|||
chdir: '{{ cryptpad_path }}/lib/plugins/sodium'
|
||||
become: true
|
||||
become_user: '{{ cryptpad_user }}'
|
||||
notify: restart cryptpad
|
||||
notify:
|
||||
- 'Restart cryptpad'
|
||||
|
|
Loading…
Reference in a new issue