Update roles/demolamp/tasks/main.yml

This commit is contained in:
2024-02-21 15:16:25 +08:00
parent 8f56f7434d
commit 82b68d401d

View File

@@ -15,15 +15,15 @@
- name: Undeploy the demolamp - name: Undeploy the demolamp
community.docker.docker_container: community.docker.docker_image:
name: "demolamp" name: "demolamp"
state: absent state: absent
- name: Remove the docker image for demolamp if exists - name: Remove the docker image for demolamp if exists
community.docker.docker_image: community.docker.docker_image:
name: "demolamp" name: "demolamp"
tag: "{{ demobackend_version }}" tag: "{{ demobackend_version }}"
state: absent state: absent
- name: Build demolamp image - name: Build demolamp image
community.docker.docker_image: community.docker.docker_image: