From b9ec7574ad93eee2730c89e364e43bc549455937 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 2 Oct 2024 12:02:16 -0700 Subject: [PATCH] nfs/client: fix copypasta Signed-off-by: Kevin Fenzi --- roles/nfs/client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index a32906298d..eea96358e6 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -10,7 +10,7 @@ - meta: flush_handlers # on builders re-up eth0 to make sure systemd-resolved has updated info - name: nmcli c up eth0 on buildvms - command: nmcli c up eth0 >/dev/null + command: nmcli c up eth0 check_mode: no when: inventory_hostname.startswith('buildvm') tags: