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 }}"
|
password: "{{ cat_postgres_password }}"
|
||||||
|
|
||||||
- name: Clone cat repo
|
- name: Clone cat repo
|
||||||
repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git
|
git:
|
||||||
dest: "{{ cat_git_destination }}"
|
repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git
|
||||||
accept_hostkey: yes
|
dest: "{{ cat_git_destination }}"
|
||||||
|
accept_hostkey: yes
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# Download and install leiningen #
|
# Download and install leiningen #
|
||||||
|
|
Loading…
Reference in a new issue