Use ansible_managed where possible
This commit is contained in:
parent
87f9c6ceb3
commit
7779db30ad
@ -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 {
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user