pull images when deploying
Some checks failed
Deploy Containers / Prepare (push) Failing after 5m21s

This commit is contained in:
2025-08-10 18:01:58 -04:00
parent a611529e05
commit ecaf52f268
23 changed files with 163 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
- "{{ data_dir }}/glance/config"
- "{{ data_dir }}/glance/assets"
- name: Pull latest Glance Docker Image
docker_image:
name: glanceapp/glance
tag: latest
source: pull
- name: Create Glance Docker Container
docker_container:
name: glance