lib/taperole/commands/ansible.rb in taperole-1.8.2 vs lib/taperole/commands/ansible.rb in taperole-2.0.0

- old
+ new

@@ -42,11 +42,11 @@ class_option :book, aliases: :b, type: :string, desc: 'A custom playbook to run' - desc 'everything', 'Initial setup of a server' - def everything + desc 'provision', 'Initial setup of a server' + def provision Taperole::Notifier.register_notifiers(options) valid_preconfigs ? ansible(options: options) : puts("Not a Rails or JS app") end desc 'deploy', 'Deploy the latest version of the app'