wrong indentation

This commit is contained in:
flynn 2019-01-21 23:25:57 +01:00
parent f127ba4bfd
commit 1fddcc795c

View file

@ -38,6 +38,7 @@
password: "{{ cat_postgres_password }}" password: "{{ cat_postgres_password }}"
- name: Clone cat repo - name: Clone cat repo
git:
repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git repo: ssh://git@git.zeus.gent:2222/ZeusWPI/cat.git
dest: "{{ cat_git_destination }}" dest: "{{ cat_git_destination }}"
accept_hostkey: yes accept_hostkey: yes