From 8c5770c79a6efa5432d80aa46f7b5a33f14739a5 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 17 Mar 2021 05:58:00 +0000 Subject: [PATCH] Fix warnings from git data directory mount options --- playbooks/git.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/git.yml b/playbooks/git.yml index 20f78c1..0332a49 100644 --- a/playbooks/git.yml +++ b/playbooks/git.yml @@ -16,8 +16,8 @@ src: LABEL=/export fstype: xfs opts: noatime,noexec,nosuid,nodev - passno: 1 - dump: 0 + passno: "1" + dump: "0" state: mounted roles: