mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Change tag to install
This commit is contained in:
parent
c0772a24b2
commit
30c59ade8e
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
- libssl-dev
|
||||
- bcrypt
|
||||
tags:
|
||||
- download
|
||||
- install
|
||||
|
||||
- name: Install Lokole from PyPI
|
||||
pip:
|
||||
|
@ -20,7 +20,7 @@
|
|||
virtualenv: "{{ lokole_venv }}"
|
||||
virtualenv_program: python3 -m venv "{{ lokole_venv }}"
|
||||
tags:
|
||||
- download
|
||||
- install
|
||||
when: internet_available
|
||||
|
||||
- name: Configure Lokole
|
||||
|
|
Loading…
Reference in a new issue