Update roles/demolamp/tasks/main.yml
This commit is contained in:
@@ -6,7 +6,14 @@
|
||||
file:
|
||||
path: "{{ build_root_abspath }}"
|
||||
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:
|
||||
name: demolamp
|
||||
source: build
|
||||
|
||||
Reference in New Issue
Block a user