prolog.j2 275 B

12345678
  1. {% macro prolog(C='#') -%}
  2. {{ C }}
  3. {{ C }} THIS FILE IS UNDER ANSIBLE CONTROL. DON'T EDIT IT HERE.
  4. {{ C }}
  5. {{ C }} Generated By: {{ ansible_master_user }}@{{ ansible_master_hostname }}[{{ ansible_master_ip}}]
  6. {{ C }} Last Update: {{ template_mtime }}
  7. {{ C }}
  8. {%- endmacro %}