- name: git checkout db/schema.rb | - name: git checkout db/schema.rb | ||||
- runas: {{ diaspora.user.username }} | - runas: {{ diaspora.user.username }} | ||||
- cwd: {{ diaspora.install_path }} | - cwd: {{ diaspora.install_path }} | ||||
- onlyif: git rev-parse && ! git diff --name-only --exit-code db/schema.rb | |||||
- onlyif: git ls-files --error-unmatch db/schema.rb && git rev-parse && ! git diff --name-only --exit-code db/schema.rb | |||||
diaspora_git: | diaspora_git: | ||||
git.latest: | git.latest: |