namespace :operations do

desc "Installs a fresh default configuration file for operations."
task :operations_install do
  # Task goes here
end

end