diff --git a/roles/network/tasks/netplan.yml b/roles/network/tasks/netplan.yml index 5042bc30e..b6214f018 100644 --- a/roles/network/tasks/netplan.yml +++ b/roles/network/tasks/netplan.yml @@ -66,7 +66,7 @@ include_tasks: down-debian.yml # wants a controlling terminal for the ENTER key, so it fails -- name: test netplan config +- name: Test netplan config shell: netplan try --debug --timeout=2 register: test-netplan ignore_errors: True