Authenticate pod-www git clone

This commit is contained in:
Wojciech Kozlowski 2022-11-20 15:09:05 +01:00
parent 8744fac500
commit 459e561a24

View File

@ -20,7 +20,7 @@
- name: Clone website repository - name: Clone website repository
git: git:
repo: https://git.wojciechkozlowski.eu/wojtek/wojciechkozlowski.eu.git repo: https://{{ services[service_name].repo_user }}:{{ services[service_name].repo_token }}@git.wojciechkozlowski.eu/wojtek/wojciechkozlowski.eu.git
dest: "{{ service_home }}/.config/{{ service_user_name }}/wojciechkozlowski.eu" dest: "{{ service_home }}/.config/{{ service_user_name }}/wojciechkozlowski.eu"
recursive: yes recursive: yes
register: wojciechkozlowski_eu_git register: wojciechkozlowski_eu_git