lib/subspace/commands/bootstrap.rb in subspace-2.2.1 vs lib/subspace/commands/bootstrap.rb in subspace-2.2.2
- old
+ new
@@ -24,10 +24,10 @@
"file",
"-a",
"path=/home/{{ansible_ssh_user}}/.ssh state=directory mode=0700",
"-vvvv"
]
- cmd = add_pass_through_params cmd
+ cmd = cmd | pass_through_params
bootstrap_command cmd
end
def install_python
update_ansible_cfg