Skip to content

Commit

Permalink
compiler fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Dec 10, 2018
1 parent 0b0bf74 commit d5d8f5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- !ruby/object:Provider::Ansible::Task
name: gcp_storage_bucket
code:
name: <%= ctx[:name %>
name: <%= ctx[:name] %>
project: <%= ctx[:project] %>
auth_kind: <%= ctx[:auth_kind] %>
service_account_file: <%= ctx[:service_account_file] %>
Expand Down

0 comments on commit d5d8f5c

Please sign in to comment.