mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 12:05:54 +00:00
Add local download path
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Write ansible custom facts
|
||||
- name: Save ansible custom facts
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
src: keycloak.fact.j2
|
||||
@@ -8,7 +8,7 @@
|
||||
vars:
|
||||
bootstrapped: true
|
||||
|
||||
- name: Re-read custom facts
|
||||
- name: Refresh custom facts
|
||||
ansible.builtin.setup:
|
||||
filter: ansible_local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user