Library: Introduce debug flags

Allow to disable the checkpoint feature with a debug flag to make
debugging easier.
This commit is contained in:
Till Maas 2020-05-28 22:54:45 +02:00
parent c9d2f8f3b7
commit 3fc15de068
3 changed files with 25 additions and 3 deletions

View file

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