mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #1388 from AlanCoding/dep_warn
Fix deprecation warning for project update
This commit is contained in:
commit
a03316cdb9
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user