소스 검색

add onlyif statement

tags/2016.12
Lachlan Evenson 9 년 전
부모
커밋
7277ba9601
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      linux/storage/swap.sls

+ 1
- 0
linux/storage/swap.sls 파일 보기

@@ -10,6 +10,7 @@
linux_create_swap_partition_{{ swap.device }}:
cmd.run:
- name: 'mkswap {{ swap.device }}'
- onlyif: "test `file -L -s {{ swap.device }} | grep 'swap file' >/dev/null;echo $?` -ne 0"
- creates: {{ swap.device }}

linux_set_swap_partition_{{ swap.device }}:

Loading…
취소
저장