mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:48:32 +01:00
feat: add owner to static async services
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"{{ service['name'] }}" : {
|
||||
"timeout" : "{{ service['timeout'] }}",
|
||||
"token" : "{{ service['token'] }}"
|
||||
"owner" : "{{ service['owner'] }}"
|
||||
}{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user