mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
10 lines
106 B
Django/Jinja
10 lines
106 B
Django/Jinja
#!/bin/bash
|
|
|
|
# {{ ansible_managed }}
|
|
|
|
{% for cmd in system_rc_local_cmd %}
|
|
{{ cmd }}
|
|
{% endfor %}
|
|
|
|
exit 0
|