more 'ansible_managed' headers
This commit is contained in:
parent
ca355a0ab9
commit
316bda07c8
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
{{ ansible_managed | comment }}
|
||||||
# 'common' file sourced by other scripts under tuned profile
|
# 'common' file sourced by other scripts under tuned profile
|
||||||
#
|
#
|
||||||
# dynamically determine the connected GPU using the DRM subsystem
|
# dynamically determine the connected GPU using the DRM subsystem
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
include={{ item.1 }}
|
include={{ item.1 }}
|
||||||
summary={{ item.1 }} + TCP/RAID tweaks + AMDGPU {{ item.0 }}
|
summary={{ item.1 }} + TCP/RAID tweaks + AMDGPU {{ item.0 }}
|
||||||
|
|
Loading…
Reference in a new issue