From e8deff813c765ac520da6d96d437db3dcc75da6c Mon Sep 17 00:00:00 2001 From: debfranca Date: Wed, 28 Apr 2021 14:54:03 +0200 Subject: [PATCH] removed keycloak-custom.yml --- tasks/keycloak-custom.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tasks/keycloak-custom.yml diff --git a/tasks/keycloak-custom.yml b/tasks/keycloak-custom.yml deleted file mode 100644 index 3acc704..0000000 --- a/tasks/keycloak-custom.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- block: - - name: Get the repository with the theme customizations - unarchive: - remote_src: yes - src: 'https://gitea-s2i2s.isti.cnr.it/Utilities/s2i2s-theme-master.tar.gz' - dest: '{{ keycloak_data_directory }}/themes/s2i2s-theme' - owner: root - group: root - - - name: Link to the shared resources - file: - src: '{{ keycloak_data_directory }}/themes/s2i2s-theme' - dest: '{{ keycloak_install_dir }}/{{ keycloak_distribution }}/themes/s2i2s-theme' - state: link - - tags: [keycloak, keycloak_custom]