From 316bda07c8f7018e902e9fbd57691a5b57abec40 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 24 Mar 2024 19:18:58 -0500 Subject: [PATCH] more 'ansible_managed' headers --- roles/tuned_amdgpu/templates/profile-common.sh.j2 | 2 +- roles/tuned_amdgpu/templates/tuned.conf.j2 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/tuned_amdgpu/templates/profile-common.sh.j2 b/roles/tuned_amdgpu/templates/profile-common.sh.j2 index 5970513..8a186fc 100644 --- a/roles/tuned_amdgpu/templates/profile-common.sh.j2 +++ b/roles/tuned_amdgpu/templates/profile-common.sh.j2 @@ -1,5 +1,5 @@ #!/bin/bash -# +{{ ansible_managed | comment }} # 'common' file sourced by other scripts under tuned profile # # dynamically determine the connected GPU using the DRM subsystem diff --git a/roles/tuned_amdgpu/templates/tuned.conf.j2 b/roles/tuned_amdgpu/templates/tuned.conf.j2 index a10ec3e..3237eb3 100644 --- a/roles/tuned_amdgpu/templates/tuned.conf.j2 +++ b/roles/tuned_amdgpu/templates/tuned.conf.j2 @@ -1,3 +1,5 @@ +{{ ansible_managed | comment }} + [main] include={{ item.1 }} summary={{ item.1 }} + TCP/RAID tweaks + AMDGPU {{ item.0 }}