From fc20b371a137211ce18c15c2e0bb1066ccbefcf2 Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Mon, 22 Jun 2020 11:07:22 +0100 Subject: [PATCH] [maintainer-test] ignore file system update of already exists --- playbooks/groups/maintainer-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/maintainer-test.yml b/playbooks/groups/maintainer-test.yml index 795cca97f3..3ca133a89a 100644 --- a/playbooks/groups/maintainer-test.yml +++ b/playbooks/groups/maintainer-test.yml @@ -49,6 +49,7 @@ tags: - maintainer-test when: inventory_hostname.startswith(('f31-test','f30-test','el7-test')) + ignore_errors: true - name: mount cache filesystem on /var/cache/mock mount: path=/var/cache/mock state=mounted src=/dev/nvme1n1p1 fstype=ext4