ssh checkout scheint nicht zu funktionieren

This commit is contained in:
David Kilias 2021-02-07 15:56:04 +01:00
parent a308a74dcc
commit ff09f23dd0

View file

@ -5,7 +5,7 @@
- name: Clone dehydrated repo. - name: Clone dehydrated repo.
ansible.builtin.git: ansible.builtin.git:
repo: git@github.com:dehydrated-io/dehydrated.git repo: 'https://github.com/dehydrated-io/dehydrated.git'
dest: "{{ dehydrated_location }}" dest: "{{ dehydrated_location }}"
version: "{{ dehydrated_version }}" version: "{{ dehydrated_version }}"