ceph-ansible/roles/ceph-defaults/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
..
check_socket.yml defaults: fix check socket non-container handler 2017-10-04 15:33:52 +02:00
check_socket_container.yml Avoid deprecated always_run 2017-10-12 08:29:44 -05:00
check_socket_non_container.yml Avoid deprecated always_run 2017-10-12 08:29:44 -05:00
facts.yml Avoid deprecated always_run 2017-10-12 08:29:44 -05:00
main.yml defaults: change running order in main.yml 2017-10-02 18:42:43 +02:00