mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
yamllint fixes
This commit is contained in:
parent
fcca0cee37
commit
6d1746f99c
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: update project using hg
|
||||
hg:
|
||||
dest: "{{project_path|quote}}"
|
||||
@ -13,4 +14,4 @@
|
||||
|
||||
- name: parse hg version string properly
|
||||
set_fact:
|
||||
scm_version: "{{scm_version|regex_replace('^([A-Za-z0-9]+).*$', '\\1')}}"
|
||||
scm_version: "{{scm_version|regex_replace('^([A-Za-z0-9]+).*$', '\\1')}}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user