ceph-ansible/roles/ceph-rbd-mirror/tasks
Major Hayden 620fb37dd4
Avoid deprecated always_run
The `always_run` key is deprecated and being removed in Ansible 2.4.
Using it causes a warning to be displayed:

    [DEPRECATION WARNING]: always_run is deprecated.

This patch changes all instances of `always_run` to use the `always`
tag, which causes the task to run each time the playbook runs.
2017-10-12 08:29:44 -05:00
..
docker Avoid deprecated always_run 2017-10-12 08:29:44 -05:00
configure_mirroring.yml ceph-rbd-mirror: add new role 2016-04-08 12:12:15 +02:00
main.yml set docker_exec_cmd fact early in each role 2017-10-04 11:31:09 +02:00
pre_requisite.yml ci: deploy rbd mirror 2017-09-09 01:17:10 +02:00
start_rbd_mirror.yml rbd-mirror: force sercice enable ceph-rbd-mirror.target 2017-09-29 02:38:24 +02:00