wrong indentation
This commit is contained in:
parent
f127ba4bfd
commit
1fddcc795c
1 changed files with 4 additions and 3 deletions
|
@ -38,9 +38,10 @@
|
|||
password: "{{ cat_postgres_password }}"
|
||||
|
||||
- name: Clone cat repo
|
||||
repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git
|
||||
dest: "{{ cat_git_destination }}"
|
||||
accept_hostkey: yes
|
||||
git:
|
||||
repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git
|
||||
dest: "{{ cat_git_destination }}"
|
||||
accept_hostkey: yes
|
||||
|
||||
##################################
|
||||
# Download and install leiningen #
|
||||
|
|
Loading…
Reference in a new issue