ソースを参照

removed trailing space

Signed-off-by: John lockman <john.lockman@friday.local>
John lockman 4 年 前
コミット
990ea691da
1 ファイル変更1 行追加1 行削除
  1. 1 1
      roles/common/tasks/main.yml

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

@@ -50,7 +50,7 @@
   changed_when: true
   tags: install
 
-- name: Permanently Disable SWAP in fstab 
+- name: Permanently Disable SWAP in fstab
   replace:
     path: /etc/fstab
     regexp: '^([^#].*?\sswap\s+sw\s+.*)$'