mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
passed reinstall to ansible
This commit is contained in:
parent
0d067970d4
commit
787288405d
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
state: directory
|
||||
owner: "root"
|
||||
|
||||
- name: Set --reinstall fact
|
||||
set_fact:
|
||||
internetarchive_upgrade: True
|
||||
when: reinstall is defined
|
||||
|
||||
- name: 'Update pre-existing install: sudo yarn upgrade'
|
||||
command: sudo yarn upgrade
|
||||
args:
|
||||
|
|
Loading…
Reference in a new issue