Markus Katharina Brechtel 7 лет назад
Родитель
Сommit
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") }}'


Загрузка…
Отмена
Сохранить