diff --git a/playbooks/package-afs-centos/post.yaml b/playbooks/package-afs-centos/post.yaml index 47bfcf74..cc14b342 100644 --- a/playbooks/package-afs-centos/post.yaml +++ b/playbooks/package-afs-centos/post.yaml @@ -24,5 +24,5 @@ src: '{{ ansible_user_dir }}/rpmbuild/RPMS/x86_64/' dest: '{{ zuul.executor.work_root }}/artifacts/package-afs-centos7' mode: pull - rsync_opts: - - --delete + delete: true + recursive: true