소스 검색

current

master
부모
커밋
a2d0c3004a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml 파일 보기

@@ -29,7 +29,7 @@

- name: mount filesystems
mount:
name: "{{ root_target_directory | default('') }}/{{ item.mount_point }}"
name: "{{ root_target_directory | default('') }}{{ root_target_directory is defined | ternary('/','') }}{{ item.mount_point }}"
src: "UUID={{ item.uuid }}"
fstype: "{{ item.fstype }}"
opts: '{{ item.mount_options | default("defaults") }}'


불러오는 중...
취소
저장