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