Merge pull request #1388 from AlanCoding/dep_warn

Fix deprecation warning for project update
This commit is contained in:
Alan Rominger 2018-04-16 14:26:56 -04:00 committed by GitHub
commit a03316cdb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
- name: break if already checked out
meta: end_play
when: scm_full_checkout|default('') and repo_check|succeeded and repo_check.before == scm_branch
when: scm_full_checkout|default('') and repo_check is succeeded and repo_check.before == scm_branch
- name: update project using git
git: