]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ansible: remove private and static attribute v4.0.0rc5
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 2 May 2019 13:57:19 +0000 (09:57 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 3 May 2019 00:21:26 +0000 (20:21 -0400)
This will be removed in ansible 2.8 and breaks the playbook execution
with this release.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit ae266c6f2b9eca06dc1083331d49ea68a4b60562)

roles/ceph-osd/tasks/main.yml
site-container.yml.sample

index 9ce5b7616ccb842c7ab7d804970c79ee81b1be43..0abbc00deb53d598c6bce78b17c5541532ea765c 100644 (file)
   when:
     - lvm_volumes|length > 0
     - not rolling_update|default(False)
-  # Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
-  static: False
 
 - name: include_tasks scenarios/lvm-batch.yml
   include_tasks: scenarios/lvm-batch.yml
   when:
     - devices|length > 0
     - not rolling_update|default(False)
-  # Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
-  static: False
 
 - name: include_tasks start_osds.yml
   include_tasks: start_osds.yml
index 3e9bab72f6e8717c685558c3f7bd44dfdd7d1d29..d10a66a05e72ce9ac5a1fae1509626d79fef5093 100644 (file)
         name: ceph-container-common
     - import_role:
         name: ceph-config
-        private: fals
       tags: ['ceph_update_config']
     - import_role:
         name: ceph-mgr