mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-08-02 04:44:48 +00:00
#190: remove keycloak_quarkus_admin_user[_pass] once keycloak is bootstrapped
This commit is contained in:
@@ -33,6 +33,13 @@
|
||||
group: "{{ keycloak.service_group }}"
|
||||
mode: '0750'
|
||||
|
||||
- name: Create directory for ansible custom facts
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
recurse: true
|
||||
path: /etc/ansible/facts.d
|
||||
|
||||
## check remote archive
|
||||
- name: Set download archive path
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user