Regex syntax changes in yml mode
This commit is contained in:
parent
bd92569728
commit
4bc669cc0b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
when: not download_always_pull|bool
|
||||
|
||||
- set_fact:
|
||||
docker_images: "{{docker_images_raw.stdout|regex_replace('\[|\]|\\n]','')|regex_replace('\s',',')}}"
|
||||
docker_images: "{{docker_images_raw.stdout|regex_replace('\\[|\\]|\\n]','')|regex_replace('\\s',',')}}"
|
||||
when: not download_always_pull|bool
|
||||
|
||||
- set_fact:
|
||||
|
|
Loading…
Reference in a new issue