nfs/client: fix copypasta

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-10-02 12:02:16 -07:00
parent 592f0c8f3c
commit b9ec7574ad

View file

@ -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: