Merge "Remove rsync from xinetd when upgrading to containerized deployment"

This commit is contained in:
Zuul 2017-10-25 03:14:27 +00:00 committed by Gerrit Code Review
commit 2a7efbada6
1 changed files with 6 additions and 0 deletions

View File

@ -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