@@ -315,12 +315,17 @@ <h1 id="variables">Variables</h1>
315315< li > < code > network_connections</ code > - The connection profiles are
316316configured as < code > network_connections</ code > , which is a list of
317317dictionaries that include specific options.</ li >
318- < li > < code > network_allow_restart</ code > - Certain configurations require
319- the role to restart network services. For example, if a wireless
318+ < li > < code > network_allow_restart</ code > - It defaults to
319+ < code > false</ code > . To load NetworkManager plugins after installation,
320+ NetworkManager requires to be restarted. For example, if a wireless
320321connection is configured and NetworkManager-wifi is not installed,
321322NetworkManager must be restarted prior to the connection being
322- configured. Setting this to < code > false</ code > will prevent the role
323- from restarting network service.</ li >
323+ configured. The restart can result in connectivity loss and therefore
324+ the role does not allow it without explicit consent. The user can
325+ consent to it by setting < code > network_allow_restart</ code > to
326+ < code > true</ code > . Setting < code > network_allow_restart</ code > to
327+ < code > false</ code > will prevent the role from restarting
328+ NetworkManager.</ li >
324329< li > < code > network_state</ code > - The network state settings can be
325330configured in the managed host, and the format and the syntax of the
326331configuration should be consistent with the < a
0 commit comments