mirror of
https://github.com/jerikan-network/cmdb.git
synced 2024-05-06 04:54:50 +00:00
d191613ab8
No history. If you have the original history, you can use: ``` git replace THISCOMMIT b0b998bd1c651e308ac71a9158e07e5c3521a281 ```
5 lines
165 B
Django/Jinja
5 lines
165 B
Django/Jinja
{% for group in groups %}
|
|
{% include ["linux/{}/keepalived.j2".format(group),
|
|
"linux/keepalived-{}.j2".format(group)] ignore missing %}
|
|
{% endfor %}
|