Regex syntax changes in yml mode

pull/1046/head
Andrew Greenwood 2017-02-17 17:30:39 -05:00
parent cde5451e79
commit fd17c37feb
1 changed files with 1 additions and 1 deletions

View File

@ -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: