From 8ffc0b5607828644a4fde8239b42b96e6e1046e1 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Fri, 8 Jan 2021 19:33:15 +0100 Subject: [PATCH] git commit push --- tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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