We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd3da8 commit b8e146cCopy full SHA for b8e146c
ansible/roles/systemd-networkd/tasks/main.yml
@@ -117,7 +117,7 @@
117
[Address]
118
Address={{vlan461_address}}/24
119
120
- {% for hostname in groups['sql'] + groups['scripts-real'] %}
+ {% for hostname in (groups['sql'] + groups['scripts-real'])|sort %}
121
{% with info = hostvars[hostname] %}
122
{% if info['vlan486_address'] | default(False) and info['vlan461_address'] | default(False) %}
123
[Route]
0 commit comments