mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
yamllint fixes
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- name: update project using hg
|
- name: update project using hg
|
||||||
hg:
|
hg:
|
||||||
dest: "{{project_path|quote}}"
|
dest: "{{project_path|quote}}"
|
||||||
@@ -13,4 +14,4 @@
|
|||||||
|
|
||||||
- name: parse hg version string properly
|
- name: parse hg version string properly
|
||||||
set_fact:
|
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