Add local download path

This commit is contained in:
Guido Grazioli
2024-09-24 09:21:10 +02:00
parent 3f4617c32c
commit f170257205
12 changed files with 67 additions and 27 deletions

View File

@@ -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