Browse Source

Removed trailing spaces from line #34

Cause Travis build to fail
Kunal 8 years ago
parent
commit
d340fd5752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/rhel_subscribe/tasks/main.yml

+ 1 - 1
roles/rhel_subscribe/tasks/main.yml

@@ -31,7 +31,7 @@
   yum:
     name: subscription-manager
     state: present
-    
+
 - name: RedHat subscriptions
   redhat_subscription:
     username: "{{ rhel_subscription_user }}"