Skip to content

Commit

Permalink
skylarkのデータ用ドライブをマウントするようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed May 14, 2024
1 parent d5e2bf2 commit 218497d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/skylark/mount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
src: "UUID={{ drives.skylark.uuid }}"
fstype: "{{ drives.skylark.filesystem }}"
opts: "{{ drives.skylark.options }}"
state: present
state: mounted

- name: Mount up device backup
ansible.posix.mount:
path: "{{ drives.backup.mountpoint }}"
src: "UUID={{ drives.backup.uuid }}"
fstype: "{{ drives.backup.filesystem }}"
opts: "{{ drives.backup.options }}"
state: present
state: mounted

0 comments on commit 218497d

Please sign in to comment.