mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
why are call sudo when we are sudo'd already.2
This commit is contained in:
parent
8768509ff3
commit
c501d5897c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
state: stopped
|
state: stopped
|
||||||
|
|
||||||
- name: 'Update pre-existing install: sudo yarn upgrade'
|
- name: 'Update pre-existing install: yarn upgrade'
|
||||||
command: yarn upgrade
|
command: yarn upgrade
|
||||||
args:
|
args:
|
||||||
chdir: "{{ internetarchive_dir }}"
|
chdir: "{{ internetarchive_dir }}"
|
||||||
|
|
Loading…
Reference in a new issue