ceph-ansible/roles/ceph-iscsi-gw/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_mandatory_vars.yml iscsi: re-enable the scenario 2017-09-28 18:46:28 +02:00
configure_iscsi.yml iscsi-gw: Create a rbd pool if it doesn't exist 2017-10-04 15:40:10 +02:00
deploy_ssl_keys.yml Avoid deprecated always_run 2017-10-12 08:29:44 -05:00
generate_crt.yml iscsi: fix wrong group name for iscsi 2017-10-05 17:25:32 +02:00
main.yml set docker_exec_cmd fact early in each role 2017-10-04 11:31:09 +02:00
prerequisites.yml iscsi-gw: move repository configuration to ceph-iscsi-gw 2017-10-10 11:36:03 +02:00