From: Dimitri Savineau Date: Wed, 18 Aug 2021 15:15:39 +0000 (-0400) Subject: cephadm-adopt: remove ceph-nfs.target X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8ba6101bbbfaeefb184d835b6e23db8be58d08ea;p=ceph-ansible.git cephadm-adopt: remove ceph-nfs.target This systemd target doesn't exist at all. Signed-off-by: Dimitri Savineau --- diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index c59d36ca8..6bd331165 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -845,13 +845,6 @@ enabled: false failed_when: false - - name: stop and disable ceph-nfs systemd target - service: - name: ceph-nfs.target - state: stopped - enabled: false - when: not containerized_deployment | bool - - name: reset failed ceph-nfs systemd unit command: "systemctl reset-failed ceph-nfs@{{ ansible_facts['hostname'] }}" # noqa 303 changed_when: false