From 218497d8ec37860345a052aabc696659bc1fe889 Mon Sep 17 00:00:00 2001 From: Hayato Date: Tue, 14 May 2024 14:17:51 +0900 Subject: [PATCH] =?UTF-8?q?skylark=E3=81=AE=E3=83=87=E3=83=BC=E3=82=BF?= =?UTF-8?q?=E7=94=A8=E3=83=89=E3=83=A9=E3=82=A4=E3=83=96=E3=82=92=E3=83=9E?= =?UTF-8?q?=E3=82=A6=E3=83=B3=E3=83=88=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/skylark/mount.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/skylark/mount.yml b/tasks/skylark/mount.yml index ef90b94..fa6e11d 100644 --- a/tasks/skylark/mount.yml +++ b/tasks/skylark/mount.yml @@ -5,7 +5,7 @@ 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: @@ -13,4 +13,4 @@ src: "UUID={{ drives.backup.uuid }}" fstype: "{{ drives.backup.filesystem }}" opts: "{{ drives.backup.options }}" - state: present + state: mounted