Merge branch 'master' into synthscale

This commit is contained in:
Matthew Mosesohn
2017-02-21 22:17:43 +03:00
committed by GitHub
51 changed files with 317 additions and 122 deletions

View File

@@ -16,7 +16,8 @@
check_mode: no
when: not download_always_pull|bool
- set_fact: docker_images="{{docker_images_raw.stdout|regex_replace('\[|\]|\\n]','')|regex_replace('\s',',')}}"
- set_fact:
docker_images: "{{docker_images_raw.stdout|regex_replace('\\[|\\]|\\n]','')|regex_replace('\\s',',')}}"
no_log: true
when: not download_always_pull|bool