From 782c29d293fd0b36770ad9cc23b43dcd78345732 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 21 Aug 2018 18:23:49 +0200 Subject: initial state --- mltk-core/tasks/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mltk-core/tasks/main.yml (limited to 'mltk-core/tasks/main.yml') diff --git a/mltk-core/tasks/main.yml b/mltk-core/tasks/main.yml new file mode 100644 index 0000000..95a7cd7 --- /dev/null +++ b/mltk-core/tasks/main.yml @@ -0,0 +1,14 @@ +--- +- import_tasks: tasks/repo.yml + +- name: mltk | Install git + package: + name: git + state: present + +- name: mltk | Checkout repository + git: + repo: "{{ mltk_git_source }}" + dest: "{{ mltk_git_target }}" + version: "{{ mltk_git_branch }}" + depth: 1 -- cgit v1.2.3-55-g7522