feat: Begins setup-project role.
This commit is contained in:
14
roles/setup-project/tasks/main.yml
Normal file
14
roles/setup-project/tasks/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Starting setup project.
|
||||
ansible.builtin.debug:
|
||||
msg: "Output dir: {{ output_dir }}"
|
||||
tags:
|
||||
- setup-project
|
||||
|
||||
- name: Ensure repo.
|
||||
ansible.builtin.git:
|
||||
repo: "{{ template_repo.repo }}"
|
||||
dest: "{{ template_repo.dest }}"
|
||||
version: "{{ template_repo.version }}"
|
||||
tags:
|
||||
- setup-project
|
||||
Reference in New Issue
Block a user