Don't double-quote the rsync options

We need to quote for yaml. If we do, it works.

Change-Id: I7d208d3799205402254c0e023104a3a69adb2b46
This commit is contained in:
Monty Taylor 2017-09-22 17:59:28 -05:00
parent 1cc1cb6499
commit 1a0dedf40d
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
copy_links: true
verify_host: true
rsync_opts:
- --include="/logs/**"
- --include="*/"
- --exclude="*"
- --prune-empty-dirs
- '--include=/logs/**'
- '--include=*/'
- '--exclude=*'
- '--prune-empty-dirs'