Commit 2d01f6b8ae75bee1eb3fd95b8b30d76072c9641d
1 parent
c3f0b229
Exists in
master
and in
67 other branches
Rakefile: make bootstrap and run depend on the SSH config file
This fixes using environments where the IP addresses (and thus the SSH config file) are dynamic.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
Rakefile
... | ... | @@ -90,6 +90,8 @@ if ['local', 'lxc'].include?($SPB_ENV) |
90 | 90 | puts 'ERB %s' % t.name |
91 | 91 | end |
92 | 92 | end |
93 | +task 'bootstrap_common' => ssh_config_file | |
94 | +task 'run_input' => ssh_config_file | |
93 | 95 | |
94 | 96 | desc 'Downloads latest system backups to backups directory. WARNING: This overrides anything written in the backups directory' |
95 | 97 | task :backup => ssh_config_file do | ... | ... |