]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
lint: fix error [201,206]
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 29 Aug 2019 18:11:46 +0000 (14:11 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 29 Aug 2019 18:28:35 +0000 (14:28 -0400)
 [201] Trailing whitespace
 [206] Variables should have spaces before and after: {{ var_name }}

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-container-engine/tasks/pre_requisites/debian_prerequisites.yml
roles/ceph-rgw/tasks/multisite/master.yml

index 4e0a0ef8016d79d795ae6119b77aa18f02a4acb3..1adf86ca966aa36afac56f5cd68ac21813bdc8d9 100644 (file)
@@ -21,7 +21,7 @@
 
 - name: add docker repository
   apt_repository:
-    repo: "deb https://download.docker.com/linux/{{ ansible_distribution | lower}} {{ ansible_distribution_release }} stable"
+    repo: "deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable"
   when: container_package_name == 'docker-ce'
 
 - name: add podman ppa repository
index 6659df01b47ced74d26be97fc2231683100fad8e..77e2345db1c6449bb91401c09b9ff8707af8a547 100644 (file)
@@ -25,7 +25,7 @@
   notify: update period
 
 - name: add other endpoints to the zone
-  command: "{{ container_exec_cmd }} radosgw-admin zone modify --rgw-zone={{ rgw_zone }} --endpoints {{ rgw_multisite_endpoints_list }}" 
+  command: "{{ container_exec_cmd }} radosgw-admin zone modify --rgw-zone={{ rgw_zone }} --endpoints {{ rgw_multisite_endpoints_list }}"
   delegate_to: "{{ groups[mon_group_name][0] }}"
   run_once: true
   when: rgw_multisite_endpoints_list is defined