mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-21 22:13:45 +03:00
11 lines
291 B
YAML
11 lines
291 B
YAML
![]() |
---
|
||
|
- name: Clone project
|
||
|
hosts: host.ublue.local
|
||
|
gather_facts: true
|
||
|
tasks:
|
||
|
- name: Clone project
|
||
|
ansible.builtin.git:
|
||
|
repo: "{{ forge_git_repository_url }}"
|
||
|
dest: "{{ forge_git_repository_destination }}"
|
||
|
version: "{{ forge_git_repository_version }}"
|