mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Library: Introduce debug flags
Allow to disable the checkpoint feature with a debug flag to make debugging easier.
This commit is contained in:
parent
c9d2f8f3b7
commit
3fc15de068
3 changed files with 25 additions and 3 deletions
|
|
@ -64,6 +64,7 @@
|
|||
ignore_errors: "{{ network_ignore_errors | default(omit) }}"
|
||||
force_state_change: "{{ network_force_state_change | default(omit) }}"
|
||||
connections: "{{ network_connections | default([]) }}"
|
||||
__debug_flags: "{{ __network_debug_flags | default(omit) }}"
|
||||
register: __network_connections_result
|
||||
|
||||
- name: Show debug messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue