mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
fix deprecation warning for project update
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
- name: break if already checked out
|
- name: break if already checked out
|
||||||
meta: end_play
|
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
|
- name: update project using git
|
||||||
git:
|
git:
|
||||||
|
|||||||
Reference in New Issue
Block a user