]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-osd: fix register variable 536/head
authorSébastien Han <seb@redhat.com>
Thu, 11 Feb 2016 23:54:09 +0000 (00:54 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 11 Feb 2016 23:54:09 +0000 (00:54 +0100)
commit64c458bfcf724fcf7c97d40247c07f48aafb55fd
tree81c6b34e74a4778c60473da6d8f0e20efafcca3a
parentb285a5ae8f5bf516ded758cd29bcd9267d7e83ba
ceph-osd: fix register variable

as stated in https://github.com/ansible/ansible/issues/4297
if we register a variable twice and even if a task is skipped the
  register will not get overwritten... So we use the fact variant as
  mentionned in the ansible issue.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-osd/tasks/activate_osds.yml
roles/ceph-osd/tasks/check_devices.yml
roles/ceph-osd/tasks/scenarios/journal_collocation.yml
roles/ceph-osd/tasks/scenarios/raw_multi_journal.yml