Bump Lychee
parent
ca017f5349
commit
6a2f576dce
|
@ -3,6 +3,7 @@
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
ansible-galaxy collection install community.general
|
ansible-galaxy collection install community.general
|
||||||
|
ansible-galaxy collection install community.docker
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ansible Vault
|
### Ansible Vault
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
lychee_folder_name: "{{ docker_files }}/lychee"
|
lychee_folder_name: "{{ docker_files }}/lychee"
|
||||||
lychee_version: v4.3.4
|
lychee_version: v4.3.6
|
||||||
postgres_version: 13
|
postgres_version: 13
|
||||||
|
|
Loading…
Reference in New Issue