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:
|
||||
name: treetrail-backend-base
|
||||
state: build
|
||||
force: "{{ force }}"
|
||||
force: true
|
||||
path: "{{ playbook_dir }}"
|
||||
build:
|
||||
format: oci
|
||||
|
@ -50,7 +50,7 @@
|
|||
containers.podman.podman_image:
|
||||
name: treetrail-backend
|
||||
state: build
|
||||
force: "{{ force }}"
|
||||
force: true
|
||||
path: "{{ playbook_dir }}"
|
||||
build:
|
||||
format: oci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue