]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
lint yaml
authorSébastien Han <seb@redhat.com>
Tue, 30 Oct 2018 10:55:48 +0000 (11:55 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Oct 2018 13:41:36 +0000 (14:41 +0100)
Fix [error] too many blank lines (1 > 0) (empty-lines)

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/installs/configure_debian_repository_installation.yml
roles/ceph-docker-common/tasks/stat_ceph_files.yml
roles/ceph-osd/tasks/openstack_config.yml

index 59e6aa2f3137c7cdfd7725603b5959fa0a77be56..27300ad7f639f0f269bd75bca95cfd59f4244f00 100644 (file)
@@ -22,5 +22,4 @@
 - name: include debian_uca_repository.yml
   include_tasks: debian_uca_repository.yml
   when:
-    - ceph_repository == 'uca'
-
+    - ceph_repository == 'uca'
\ No newline at end of file
index c9231559291e2186617d21363ab728ceebc312be..16f4d62ead7ee5aa2290900d8fe64237ed7ccfc0 100644 (file)
@@ -36,5 +36,4 @@
   become: false
   failed_when: false
   register: statconfig
-  check_mode: no
-
+  check_mode: no
\ No newline at end of file
index 052345aef33c954590f9513231758e9f843191a3..71322d7b341fd69bbb1ec6f86509a3fb1534ca6e 100644 (file)
@@ -92,5 +92,4 @@
   when:
     - cephx
     - openstack_config
-    - item.0 != groups[mon_group_name]
-
+    - item.0 != groups[mon_group_name]
\ No newline at end of file