소스 검색

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
   changed_when: true
   tags: install
   tags: install
 
 
-- name: Permanently Disable SWAP in fstab 
+- name: Permanently Disable SWAP in fstab
   replace:
   replace:
     path: /etc/fstab
     path: /etc/fstab
     regexp: '^([^#].*?\sswap\s+sw\s+.*)$'
     regexp: '^([^#].*?\sswap\s+sw\s+.*)$'