kubenow / KubeNow

Deploy Kubernetes. Now!
Apache License 2.0
292 stars 40 forks source link

Fix parameter names used in Ansible pvc-playbook #418

Closed andersla closed 6 years ago

andersla commented 6 years ago

Change content and motivation

Fix parameter names used in Ansible playbook because 'name' is raising ansible warning

carmat88 commented 6 years ago

@andersla It looks good of course. Nevertheless I'd like to ask if you could please explain this further because I am missing why ansible would be raising warnings when the parameter takes {{name}} instead of {{claim_name}}. How come this happen? Cheers!

andersla commented 6 years ago

Ansible is sometimes using the variable 'name' and warns that it is is a reserved variable name and should not be used