diff --git a/playbooks/legacy/tempest-dsvm-neutron-full/post.yaml b/playbooks/legacy/tempest-dsvm-neutron-full/post.yaml index cf80c7b0..85e8bdc3 100644 --- a/playbooks/legacy/tempest-dsvm-neutron-full/post.yaml +++ b/playbooks/legacy/tempest-dsvm-neutron-full/post.yaml @@ -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'