Merge "Add --force to ceph mgr dashboard enablement"

This commit is contained in:
Zuul 2019-08-22 10:27:29 +00:00 committed by Gerrit Code Review
commit ea4d672113

View File

@ -1,6 +1,6 @@
--- ---
- name: Enable ceph dashboard - name: Enable ceph dashboard
become: true 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 changed_when: false
run_once: true run_once: true