From 8ba6101bbbfaeefb184d835b6e23db8be58d08ea Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 18 Aug 2021 11:15:39 -0400 Subject: [PATCH] cephadm-adopt: remove ceph-nfs.target This systemd target doesn't exist at all. Signed-off-by: Dimitri Savineau --- infrastructure-playbooks/cephadm-adopt.yml | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.39.5