diff --git a/tasks/main.yml b/tasks/main.yml index 745acf3..8fbecef 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -39,11 +39,11 @@ - email - login -- name: Git Add files - delegate_to: localhost - args: - chdir: "{{ tmpdir }}/src/themes/{{ theme }}/" - shell: | - git add --all - git commit -am "added theme {{ theme }}" - git push https://38704e918f14e00b083c60de7097d8612b3e1111:x-oauth-basic@code-repo.d4science.org/gCubeSystem/d4science-keycloak-themes.git master + #- name: Git Add files + # delegate_to: localhost + # args: + # chdir: "{{ tmpdir }}/src/themes/{{ theme }}/" + # shell: | + # git add --all + # git commit -am "added theme {{ theme }}" + # git push https://38704e918f14e00b083c60de7097d8612b3e1111:x-oauth-basic@code-repo.d4science.org/gCubeSystem/d4science-keycloak-themes.git master