network/templates/get_ansible_managed.j2
Noriko Hosoi 77214cbda4 Fingerprint RHEL System Role managed config files
- Add role name to the generated config files.
  # system_role:network

Signed-off-by: Noriko Hosoi <nhosoi@redhat.com>
2023-03-30 13:38:19 -06:00

2 lines
93 B
Django/Jinja

{{ ansible_managed | comment }}
{{ "system_role:network" | comment(prefix="", postfix="") }}