config/routes.rb in foreman_ansible-7.0.4 vs config/routes.rb in foreman_ansible-7.1.0
- old
+ new
@@ -83,9 +83,16 @@
put :obsolete
get :fetch
end
end
+ resources :ansible_playbooks, :only => [] do
+ collection do
+ get :fetch
+ put :sync
+ end
+ end
+
resources :ansible_variables, :only => [:show, :index, :destroy, :update, :create] do
collection do
put :import
put :obsolete
end