config_hooks.sh.j2 193 B

12345678910
  1. {% if ansible_prolog %}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif %}
  5. #
  6. # Hooks configuration for dehydrated
  7. #
  8. HOOK="/etc/dehydrated/hook.sh"