ceph-ansible/roles/ceph-config/tasks
Kevin Coakley e11cbbbcb1 ceph-config: Set changed_when to false on fact gathering statements
The "run 'ceph-volume lvm batch --report' to see how many osds are to be
created" and "run 'ceph-volume lvm list' to see how many osds have already been
created" statements only register the lvm_batch_report and lvm_list variables.
Running those ceph-volume commands should never produce a change on the system.
Adding changed_when: false prevents irrelevant change messages from Ansible.

Signed-off-by: Kevin Coakley <kcoakley@sdsc.edu>
2019-08-22 17:27:58 +02:00
..
create_ceph_initial_dirs.yml tests: Update ansible ssh_args variable 2019-06-17 09:24:24 +02:00
main.yml ceph-config: Set changed_when to false on fact gathering statements 2019-08-22 17:27:58 +02:00