Update roles/demolamp/tasks/main.yml
This commit is contained in:
@@ -6,7 +6,14 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ build_root_abspath }}"
|
path: "{{ build_root_abspath }}"
|
||||||
state: directory
|
state: directory
|
||||||
- name: demolamp
|
- name: git clone
|
||||||
|
git:
|
||||||
|
repo: "https://pvggitea.duckdns.org/GiteaTeam/demolamp.git"
|
||||||
|
dest: "{{ build_root_abspath }}"
|
||||||
|
remote: "origin"
|
||||||
|
version: "main"
|
||||||
|
|
||||||
|
- name: Build demolamp image
|
||||||
community.docker.docker_image:
|
community.docker.docker_image:
|
||||||
name: demolamp
|
name: demolamp
|
||||||
source: build
|
source: build
|
||||||
|
|||||||
Reference in New Issue
Block a user