Skip to content

Commit

Permalink
Merge pull request #1176 from rjshrjndrn/release-2.7.0
Browse files Browse the repository at this point in the history
fix: registering helm var
  • Loading branch information
G33tha authored Jan 31, 2020
2 parents 3513f41 + eceeabc commit 2575fad
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 2575fad

Please sign in to comment.