瀏覽代碼

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") }}'


Loading…
取消
儲存