Update main.yml

This commit is contained in:
2024-01-26 14:21:14 +08:00
parent 30fd77bb8f
commit f89a69591f

View File

@@ -1,5 +1,8 @@
--- ---
- name: main task - name: main task
hosts: staging hosts: staging
vars:
build_root_abspath: "/home/dietpi/build/{{ ansible_date_time.iso8601_basic_short }}"
demobackend_version: "latest"
roles: roles:
- role: hello_world - role: build_fastapi