mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Merge pull request #4118 from DanielDisisto/patch-1
Failing requirements update when scm_type != git Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -152,7 +152,7 @@
|
|||||||
args:
|
args:
|
||||||
chdir: "{{project_path|quote}}/roles"
|
chdir: "{{project_path|quote}}/roles"
|
||||||
register: galaxy_result
|
register: galaxy_result
|
||||||
when: doesRequirementsExist.stat.exists and (scm_version is undefined or (git_result is defined and git_result['before'] == git_result['after']))
|
when: doesRequirementsExist.stat.exists and (scm_version is undefined or (git_result is not skipped and git_result['before'] == git_result['after']))
|
||||||
changed_when: "'was installed successfully' in galaxy_result.stdout"
|
changed_when: "'was installed successfully' in galaxy_result.stdout"
|
||||||
|
|
||||||
- name: fetch galaxy roles from requirements.yml (forced update)
|
- name: fetch galaxy roles from requirements.yml (forced update)
|
||||||
|
|||||||
Reference in New Issue
Block a user