Skip to content

Commit

Permalink
rbdmirror: rename a file
Browse files Browse the repository at this point in the history
rename this file to be more generic.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit ed8616a)
  • Loading branch information
guits committed Oct 1, 2019
1 parent 9a79ed1 commit b998fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/ceph-rbd-mirror/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
set_fact:
container_exec_cmd: "{{ container_binary }} exec ceph-rbd-mirror-{{ ansible_hostname }}"

- name: include start_docker_rbd_mirror.yml
include_tasks: start_docker_rbd_mirror.yml
- name: include start_container_rbd_mirror.yml
include_tasks: start_container_rbd_mirror.yml

- name: include configure_mirroring.yml
include_tasks: configure_mirroring.yml
Expand Down

0 comments on commit b998fb3

Please sign in to comment.