yamllint fixes

This commit is contained in:
AlanCoding 2020-05-01 11:50:01 -04:00
parent fcca0cee37
commit 6d1746f99c
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -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')}}"