--- - name: Delete temporary folder delegate_to: localhost file: state: absent path: "{{ tmpdir }}" - name: Git checkout themes delegate_to: localhost git: repo: "https://code-repo.d4science.org/gCubeSystem/d4science-keycloak-themes" dest: "{{ tmpdir }}" - name: Create folder for theme delegate_to: localhost file: state: directory dest: "{{ tmpdir }}/{{ theme }}"