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 @@
# # {{ ansible_managed }}
# 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!
#
# Templates # Templates
define host { define host {

View File

@ -1,7 +1,5 @@
# vim:ft=sh # vim:ft=sh
# This file managed via Ansible; do not edit! # {{ ansible_managed }}
# 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
# If not running interactively, bail # If not running interactively, bail
[ -z "$PS1" ] && return [ -z "$PS1" ] && return

View File

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

View File

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

View File

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

View File

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

View File

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