cephadm-adopt: remove ceph-nfs.target

This systemd target doesn't exist at all.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/6856/head
Dimitri Savineau 2021-08-18 11:15:39 -04:00 committed by Guillaume Abrioux
parent 09ef465f62
commit 8ba6101bbb
1 changed files with 0 additions and 7 deletions

View File

@ -845,13 +845,6 @@
enabled: false enabled: false
failed_when: 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 - name: reset failed ceph-nfs systemd unit
command: "systemctl reset-failed ceph-nfs@{{ ansible_facts['hostname'] }}" # noqa 303 command: "systemctl reset-failed ceph-nfs@{{ ansible_facts['hostname'] }}" # noqa 303
changed_when: false changed_when: false