pull images when deploying
Some checks failed
Deploy Containers / Prepare (push) Failing after 5m21s
Some checks failed
Deploy Containers / Prepare (push) Failing after 5m21s
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
- "{{ data_dir }}/romm/config"
|
||||
- "{{ data_dir }}/romm/db"
|
||||
|
||||
- name: Pull latest Romm Docker Image
|
||||
docker_image:
|
||||
name: rommapp/romm
|
||||
tag: v1
|
||||
source: pull
|
||||
|
||||
- name: Create Romm DB Docker Container
|
||||
docker_container:
|
||||
name: romm-db
|
||||
|
||||
Reference in New Issue
Block a user