grnet / access-ca-portal

Ruby on Rails application to support the users' authenticated registration and x509 personal and hosts' certificate issuance
GNU General Public License v3.0
0 stars 6 forks source link

Modify schema.rb to fix 'Local modifications' ansible error #111

Closed NicolasLiampotis closed 8 years ago

NicolasLiampotis commented 8 years ago

This PR aims to fix the "msg: Local modifications exist in repository (force=no)." error when re-running access.yml playbook. The modification is actually a newline introduced in the schema.rb file once the rake db:migrate task is executed.