diff --git a/cookiecutter.json b/cookiecutter.json index c10ade5..cca7a4a 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -8,6 +8,6 @@ "role_min_ansible_version": "2.8", "molecule_scenario": "centos-8", "molecule_machine_size": "s-1vcpu-1gb", - "git_server": "gitea.rknet.org/ansible", + "git_server": "gitea.rknet.org:ansible", "license_year": "{% now 'Europe/Berlin', '%Y' %}" } diff --git a/hooks/post_gen_project.sh b/hooks/post_gen_project.sh index e1d25e7..04de6a5 100644 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -2,5 +2,5 @@ if hash git 2>/dev/null; then git init - git remote add origin ssh://git@{{ cookiecutter.git_server }}/xoxys.{{ cookiecutter.role_name }}.git + git remote add origin gitea@{{ cookiecutter.git_server }}/xoxys.{{ cookiecutter.role_name }}.git fi