rolling_update: only mask and stop unit in mgr part

Otherwise it fails like following:

```
fatal: [mon0]: FAILED! => changed=false
  msg: |-
    Unable to enable service ceph-mgr@mon0: Failed to execute operation: Cannot send after transport endpoint shutdown
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 51b2813e04)
pull/4134/head
Guillaume Abrioux 2019-06-10 15:18:43 +02:00 committed by mergify[bot]
parent 1603cefea2
commit 53dd58e84c
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@
systemd: systemd:
name: ceph-mgr@{{ ansible_hostname }} name: ceph-mgr@{{ ansible_hostname }}
state: stopped state: stopped
enabled: yes
masked: yes masked: yes
- import_role: - import_role: