
Right now we define resulting filename in the loop itself, which limits ability to predict expected filename for another loop where list might get filtered. So to get more expected behaviour between tasks we always add filename to the elements in vars. Change-Id: I579980ea3a5e9349d25885530c979649cb6dcb81
13 lines
400 B
YAML
13 lines
400 B
YAML
---
|
|
|
|
deprecations:
|
|
- |
|
|
Variables controlling systemd-networkd default filename templating when one
|
|
is not supplied were deprecated and has no effect from now on.
|
|
|
|
* systemd_networkd_filename
|
|
* systemd_networkd_filename_alt
|
|
|
|
It is highly recommended to provide ``filename`` parameter explicitly
|
|
whenever you define ``systemd_netdevs`` or ``systemd_networks`` structures.
|