浏览代码

Removed trailing spaces from line #34

Cause Travis build to fail
Kunal 8 年之前
父节点
当前提交
d340fd5752
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }}"