Closed NicolasLiampotis closed 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.
"msg: Local modifications exist in repository (force=no)."
access.yml
schema.rb
rake db:migrate
This PR aims to fix the
"msg: Local modifications exist in repository (force=no)."
error when re-runningaccess.yml
playbook. The modification is actually a newline introduced in theschema.rb
file once therake db:migrate
task is executed.