From 9e2cfbd37c461e648b60605a465d63f42bf7b3bb Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Fri, 10 May 2019 17:40:00 +0300 Subject: [PATCH] mirror: mount /export before starting real work --- playbooks/mirror.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/playbooks/mirror.yml b/playbooks/mirror.yml index 715c62c..4f2d68a 100644 --- a/playbooks/mirror.yml +++ b/playbooks/mirror.yml @@ -6,5 +6,16 @@ user: root gather_facts: true + pre_tasks: + - name: mount /export + mount: + name: /export + src: LABEL=/export + fstype: xfs + opts: noatime,noexec,nosuid,nodev + passno: 1 + dump: 0 + state: mounted + roles: - base