This commit is contained in:
parent
e5a2048223
commit
7c33cb0b99
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
containers.podman.podman_image:
|
containers.podman.podman_image:
|
||||||
name: treetrail-backend-base
|
name: treetrail-backend-base
|
||||||
state: build
|
state: build
|
||||||
force: "{{ force }}"
|
force: true
|
||||||
path: "{{ playbook_dir }}"
|
path: "{{ playbook_dir }}"
|
||||||
build:
|
build:
|
||||||
format: oci
|
format: oci
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
containers.podman.podman_image:
|
containers.podman.podman_image:
|
||||||
name: treetrail-backend
|
name: treetrail-backend
|
||||||
state: build
|
state: build
|
||||||
force: "{{ force }}"
|
force: true
|
||||||
path: "{{ playbook_dir }}"
|
path: "{{ playbook_dir }}"
|
||||||
build:
|
build:
|
||||||
format: oci
|
format: oci
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue