Skip to content
Snippets Groups Projects
Commit 04a38cb7 authored by František Dvořák's avatar František Dvořák
Browse files

Fix secrets in notebooks deployments

parent 37b8d032
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
- name: Copy config file to master
vars:
name: "{{ item | basename | splitext | first }}"
secret: "{{ secrets['central'] }}"
secret: "{{ secrets[name] }}"
gateways_token: "{{ gateways_token }}"
template:
src: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment