This commit is contained in:
Gary Kwok
2024-02-20 17:46:31 +08:00
parent 34d860bf48
commit e226d59c59
2 changed files with 37 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
---
- name: main task
hosts: "{{ inputHostsGroups }}"
gather_facts: false
become: yes
vars:
build_root_abspath: "/home/dietpi/build/{{ ansible_date_time.iso8601_basic_short }}"
demobackend_version: "latest"
roles:
- role: demolamp
collections:
- community.docker