Skip to content

Commit

Permalink
fix: registering helm var
Browse files Browse the repository at this point in the history
  • Loading branch information
rjshrjndrn committed Jan 31, 2020
1 parent 3513f41 commit eceeabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/ansible/bootstrap_minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
tempfile:
state: file
suffix: helm
register: helm_file
register: helm_file
- name: Creating helm_charts vars file
copy:
content: "{{ helm_vars|to_yaml }}"
Expand Down

0 comments on commit eceeabc

Please sign in to comment.