forked from Netz39_Admin/netz39-infra-ansible
ssh checkout scheint nicht zu funktionieren
This commit is contained in:
parent
a308a74dcc
commit
ff09f23dd0
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue