]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
cephadm-adopt: remove ceph-nfs.target
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 18 Aug 2021 15:15:39 +0000 (11:15 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 18 Aug 2021 18:08:22 +0000 (20:08 +0200)
This systemd target doesn't exist at all.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
infrastructure-playbooks/cephadm-adopt.yml

index c59d36ca8cec07f0bfbdc3725b74a3fd0bcf1cf5..6bd3311652f42743da886c0cf33c19d2594091be 100644 (file)
         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