wrong indentation

This commit is contained in:
flynn 2019-01-21 23:25:57 +01:00
parent f127ba4bfd
commit 1fddcc795c
1 changed files with 4 additions and 3 deletions

View File

@ -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 #