Drop second disk from registry hosts

This commit is contained in:
Timo Makinen 2021-09-14 18:44:55 +00:00
parent 7cba6b9616
commit 4d444dfafc
2 changed files with 2 additions and 13 deletions

View file

@ -6,17 +6,6 @@
user: root
gather_facts: true
pre_tasks:
- name: mount /export
mount:
name: /export
src: LABEL=/export
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: "0"
dump: "0"
state: mounted
vars_files:
- "{{ ansible_private }}/vars.yml"