playbooks/clone-repo: fixed indentation

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-05-22 10:59:28 +02:00
parent 470a77f787
commit bce9b6c45f
1 changed files with 3 additions and 1 deletions

View File

@ -7,8 +7,10 @@
private: no
tasks:
- name: Clone a develop branch
ansible.builtin.git:
git:
repo: "{{ git_url }}"
dest: /home/user
clone: yes
update: yes
single_branch: yes
version: develop