ceph-ansible/roles/ceph-nfs/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
..
create_rgw_nfs_user.yml nfs: add run once to user creation 2017-10-04 15:01:13 +02:00
ganesha_selinux_fix.yml Avoid deprecated always_run 2017-10-12 08:29:44 -05:00
main.yml set docker_exec_cmd fact early in each role 2017-10-04 11:31:09 +02:00
pre_requisite_container.yml Avoid deprecated always_run 2017-10-12 08:29:44 -05:00
pre_requisite_non_container.yml nfs: add missing condition for debian_rhcs 2017-10-10 16:27:00 +02:00
start_nfs.yml Ceph-nfs dynamic exports fixes 2017-10-10 13:59:01 +02:00