standarizing cmake builds
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- name: Clone git repository {{ repo.repo }}
|
||||
- name: Clone git repository {{ src_pkg }}
|
||||
ansible.builtin.git:
|
||||
depth: 1
|
||||
force: true
|
||||
dest: "{{ repo.git_path }}"
|
||||
repo: "{{ repo.repo }}"
|
||||
version: "{{ repo.version | default(omit) }}"
|
||||
dest: "{{ src_path }}"
|
||||
repo: "{{ src_gitrepo }}"
|
||||
version: "{{ src_version | default(omit) }}"
|
||||
|
||||
Reference in New Issue
Block a user