1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update roles/network/tasks/netplan.yml

Co-Authored-By: jvonau <jvonau3@gmail.com>
This commit is contained in:
A Holt 2018-12-14 07:28:47 -06:00 committed by Jerry Vonau
parent c0f2d38d1c
commit f24e600945

View file

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