Dynamic fact setting works now

Still hacky as hell
This commit is contained in:
Emmanouil Kampitakis 2019-05-24 18:57:15 +02:00 committed by Emmanouil Kampitakis
parent bb08a954b1
commit 1e5fe9e397

View file

@ -24,7 +24,4 @@
register: secret_var
- name: Set secret.var fact
set_fact: >
{
"{{ secret.var }}": "{{ secret_var }}"
}
set_fact: { "{{ secret.var }}": "{{ secret_var }}" }