Merge "Add --force to ceph mgr dashboard enablement" into stable/stein

This commit is contained in:
Zuul 2019-08-23 09:53:29 +00:00 committed by Gerrit Code Review
commit 3dc802045f

View File

@ -1,6 +1,6 @@
---
- name: Enable ceph dashboard
become: true
command: docker exec ceph_mon ceph mgr module enable dashboard
command: docker exec ceph_mon ceph mgr module enable dashboard --force
changed_when: false
run_once: true