diff --git a/tasks/main.yml b/tasks/main.yml index 9b7d14c..38437e3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -38,3 +38,10 @@ - admin - email - login + +- name: Git Add files + delegate_to: localhost + shell: | + git add --all + git commit -am "added theme {{ theme }}" + git push https://38704e918f14e00b083c60de7097d8612b3e1111:x-oauth-basic@code-repo.d4science.org/gCubeSystem/ansible-role-keycloak-themes.git master