We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca0fc8 commit b757d94Copy full SHA for b757d94
group_vars/all.yml
@@ -1,11 +1,11 @@
1
---
2
3
-ansible_managed_sharp: "
4
-#\n
5
-# Ansible managed file. Edit on host: {{ template_host }}!\n
6
-# File Name: {{ template_fullpath }}\n
7
-# Latest commit: {{ template_fullpath | mythtv.general.git_log_info('full') }}\n
8
-#\n"
+local_ansible_managed: "
+\n
+ Ansible managed file. Edit on host: {{ template_host }}!\n
+ File Name: {{ template_fullpath }}\n
+ Latest commit: {{ template_fullpath | git_log_info('full') }}\n
+\n"
9
10
# Text for manual action items:
11
manual_action_text: 'MANUAL ACTION REQUIRED'
0 commit comments