Procházet zdrojové kódy

Clean up some trailing whitespace

Stephen Muth před 9 roky
rodič
revize
736941b945

+ 1 - 1
tasks/Debian/dashboard.yml

@@ -12,7 +12,7 @@
     register: uchiwa_deb
     register: uchiwa_deb
 
 
   - name: Install Uchiwa from the retrieved deb package
   - name: Install Uchiwa from the retrieved deb package
-    apt: deb={{ uchiwa_pkg_download_path }} 
+    apt: deb={{ uchiwa_pkg_download_path }}
     when: uchiwa_deb|changed
     when: uchiwa_deb|changed
 
 
   - name: Deploy Uchiwa config
   - name: Deploy Uchiwa config

+ 2 - 2
tasks/SmartOS/main.yml

@@ -6,7 +6,7 @@
 
 
   - name: Ensure the Sensu group is present
   - name: Ensure the Sensu group is present
     group: name={{ sensu_group_name }} state=present
     group: name={{ sensu_group_name }} state=present
-             
+
   - name: Ensure the Sensu user is present
   - name: Ensure the Sensu user is present
     user:
     user:
       name: "{{ sensu_user_name }}"
       name: "{{ sensu_user_name }}"
@@ -23,6 +23,6 @@
     gem: name=sensu state={{ sensu_gem_state }} user_install=no
     gem: name=sensu state={{ sensu_gem_state }} user_install=no
     notify:
     notify:
       - restart sensu-client service
       - restart sensu-client service
-    
+
   - name: Ensure Sensu 'plugins' gem is installed
   - name: Ensure Sensu 'plugins' gem is installed
     gem: name=sensu-plugin state={{ sensu_plugin_gem_state }} user_install=no
     gem: name=sensu-plugin state={{ sensu_plugin_gem_state }} user_install=no

+ 1 - 1
tasks/SmartOS/rabbit.yml

@@ -4,7 +4,7 @@
 
 
   - name: Ensure RabbitMQ is installed
   - name: Ensure RabbitMQ is installed
     pkgin: name=rabbitmq state=present
     pkgin: name=rabbitmq state=present
-  
+
   - name: Ensure EPMD is running
   - name: Ensure EPMD is running
     service:
     service:
       name: epmd
       name: epmd

+ 1 - 1
tasks/Ubuntu/dashboard.yml

@@ -11,7 +11,7 @@
       sha256sum: "{{ uchiwa_pkg_download_sha256sum }}"
       sha256sum: "{{ uchiwa_pkg_download_sha256sum }}"
 
 
   - name: Install Uchiwa from the retrieved deb package
   - name: Install Uchiwa from the retrieved deb package
-    apt: deb={{ uchiwa_pkg_download_path }} 
+    apt: deb={{ uchiwa_pkg_download_path }}
 
 
   - name: Deploy Uchiwa config
   - name: Deploy Uchiwa config
     template:
     template: