mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 04:32:28 +00:00
Dynamic fact setting works now
Still hacky as hell
This commit is contained in:
parent
bb08a954b1
commit
1e5fe9e397
1 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,4 @@
|
|||
register: secret_var
|
||||
|
||||
- name: Set secret.var fact
|
||||
set_fact: >
|
||||
{
|
||||
"{{ secret.var }}": "{{ secret_var }}"
|
||||
}
|
||||
set_fact: { "{{ secret.var }}": "{{ secret_var }}" }
|
||||
|
|
Loading…
Reference in a new issue