Use ansible_managed where possible
This commit is contained in:
parent
87f9c6ceb3
commit
7779db30ad
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# This file managed via Ansible
|
||||
# {{ ansible_managed }}
|
||||
# vim:ft=xf86conf
|
||||
Section "InputClass"
|
||||
Identifier "mouse"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# This file managed via Ansible
|
||||
# {{ ansible_managed }}
|
||||
# vim:ft=xf86conf
|
||||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Managed via Ansible
|
||||
# {{ ansible_managed }}
|
||||
autospawn = no
|
||||
default-server = unix:/tmp/pulse-server
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user