mirror of https://github.com/ceph/ceph-ansible.git
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
parent
09ef465f62
commit
8ba6101bbb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue