Use ansible_managed where possible

This commit is contained in:
Salt 2021-09-24 20:48:41 -05:00
parent 87f9c6ceb3
commit 7779db30ad
7 changed files with 7 additions and 15 deletions

View File

@ -1,9 +1,4 @@
#
# STOP
#
# This file is managed via Ansible; any changes made WILL be overwritten
# If you need to add site-specific configuration, do it in another file!
#
# {{ ansible_managed }}
# Templates
define host {

View File

@ -1,7 +1,5 @@
# vim:ft=sh
# This file managed via Ansible; do not edit!
# If you want to override any of this, make another script in /etc/profile.d
# Or better yet, if you're just an unprivileged user, make a ~/.bashrc
# {{ ansible_managed }}
# If not running interactively, bail
[ -z "$PS1" ] && return

View File

@ -1,5 +1,4 @@
# DO NOT EDIT THIS FILE
# This file is managed via ansible and WILL be overwritten!
# {{ ansible_managed }}
# System apps
app-admin/ansible

View File

@ -1,4 +1,4 @@
# This file managed via Ansible
# {{ ansible_managed }}
# vim:ft=xf86conf
Section "InputClass"
Identifier "mouse"

View File

@ -1,4 +1,4 @@
# This file managed via Ansible
# {{ ansible_managed }}
# vim:ft=xf86conf
Section "InputClass"
Identifier "touchpad"

View File

@ -1,3 +1,3 @@
# Managed via Ansible
# {{ ansible_managed }}
autospawn = no
default-server = unix:/tmp/pulse-server

View File

@ -1,5 +1,5 @@
# See pulse-daemon.conf(5) for more info
# This file managed via Ansible
# {{ ansible_managed }}
# Bugfixes for my desktop's audio card
realtime-scheduling = no # Fixes a weird stutter issue