diff --git a/tasks/keycloak-install.yml b/tasks/keycloak-install.yml index 4a255b2..1387d86 100644 --- a/tasks/keycloak-install.yml +++ b/tasks/keycloak-install.yml @@ -33,16 +33,9 @@ owner: '{{ keycloak_user }}' group: '{{ keycloak_user }}' mode: 0750 + recurse: true tags: [ keycloak, keycloak_data_dir ] - - name: Set the permissions of the {{ keycloak_data_directory }}/tmp directory - ansible.builtin.file: - dest: '{{ keycloak_data_directory }}/tmp' - state: directory - owner: '{{ keycloak_user }}' - group: '{{ keycloak_user }}' - mode: 0750 - tags: [ keycloak, keycloak_data_dir ] - name: Set the permissions of the {{ keycloak_runtime_home }}/lib/quarkus directory ansible.builtin.file: @@ -51,6 +44,7 @@ owner: '{{ keycloak_user }}' group: '{{ keycloak_user }}' mode: 0750 + recurse: true tags: [ keycloak, keycloak_data_dir ] - name: Avatar directory