--- - name: Create the archive dir file: path={{ drbdtop_root_dir }}/archives/{{ drbdtop_current_version }} state=directory tags: drbd - name: Backup previous version synchronize: src: "{{ drbdtop_root_dir }}/{{ item }}" dest: "{{ drbdtop_root_dir }}/archives/{{ drbdtop_current_version }}/" compress: False delegate_to: "{{ inventory_hostname }}" loop: - bin tags: drbd