diff --git a/docker/services/swift-storage.yaml b/docker/services/swift-storage.yaml index 2d7aff6ef2..bdea10222e 100644 --- a/docker/services/swift-storage.yaml +++ b/docker/services/swift-storage.yaml @@ -483,3 +483,9 @@ outputs: - openstack-swift-container - openstack-swift-object - openstack-swift-account + - name: Remove rsync service from xinetd + tags: step2 + file: state=absent path=/etc/xinetd.d/rsync + - name: Restart xinetd service after rsync removal + tags: step2 + service: name=xinetd state=restarted