mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
yamllint fixes
This commit is contained in:
@@ -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')}}"
|
||||
|
||||
Reference in New Issue
Block a user