mirror: mount /export before starting real work
This commit is contained in:
parent
9915d94bf1
commit
9e2cfbd37c
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue