Skip to content

Commit

Permalink
fix ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Sep 19, 2023
1 parent e7abc9e commit ba111a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"filename": "roles/identity/tasks/realm.yml",
"hashed_secret": "973503d55aba40e89d4ab4c16783bc9a159c512e",
"is_verified": false,
"line_number": 13,
"line_number": 14,
"is_secret": false
}
],
Expand Down Expand Up @@ -249,5 +249,5 @@
}
]
},
"generated_at": "2023-09-19T15:00:54Z"
"generated_at": "2023-09-19T15:29:00Z"
}
5 changes: 3 additions & 2 deletions roles/identity/tasks/realm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
vars:
alfresco_theme_version: 0.3.5
ansible.builtin.unarchive:
src: https://github.com/Alfresco/alfresco-keycloak-theme/releases/download/{{ alfresco_theme_version }}/alfresco-keycloak-theme-{{ alfresco_theme_version }}.zip
src: "https://github.com/Alfresco/alfresco-keycloak-theme/releases/download/
{{ alfresco_theme_version }}/alfresco-keycloak-theme-{{ alfresco_theme_version }}.zip"
dest: /opt/keycloak/keycloak-{{ identity_keycloak_quarkus_version }}/themes
remote_src: yes
remote_src: true

- name: Configure Alfresco Keycloak realm
community.general.keycloak_realm:
Expand Down

0 comments on commit ba111a6

Please sign in to comment.