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
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
- name: Copy config file to master - name: Copy config file to master
vars: vars:
name: "{{ item | basename | splitext | first }}" name: "{{ item | basename | splitext | first }}"
secret: "{{ secrets['central'] }}" secret: "{{ secrets[name] }}"
gateways_token: "{{ gateways_token }}" gateways_token: "{{ gateways_token }}"
template: template:
src: "{{ item }}" src: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment