use ansible_managed instead of own variable ansible_managed_file

This commit is contained in:
Alexander Grothe
2018-01-16 13:07:01 +01:00
parent 92128ccce7
commit 252cade885
12 changed files with 480 additions and 494 deletions

View File

@@ -1,4 +1,4 @@
{{ ansible_managed_file | comment }}
{{ ansible_managed | comment }}
[lircd]
nodaemon = False

View File

@@ -1,4 +1,4 @@
{{ ansible_managed_file | comment }}
{{ ansible_managed | comment }}
[lircd]
nodaemon = False

View File

@@ -1,4 +1,4 @@
{{ ansible_managed_file | comment }}
{{ ansible_managed | comment }}
#======================= Global Settings =======================

View File

@@ -1,4 +1,4 @@
{{ ansible_managed_file | comment }}
{{ ansible_managed | comment }}
# Activate/deactivate ACPIWakeup with yes/no:
ACPI_ENABLED="{% if wakeup_method == 'acpiwakeup' %}yes{% else %}no{% endif %}"

View File

@@ -1,4 +1,4 @@
{{ ansible_managed_file | comment('c') }}
{{ ansible_managed | comment('c') }}
// Recommends are as of now still abused in many packages
APT::Install-Recommends "0";
APT::Install-Suggests "0";

View File

@@ -1,3 +1,3 @@
#!/bin/bash
{{ ansible_managed_file | comment }}
{{ ansible_managed | comment }}
exec openbox-session

View File

@@ -1,4 +1,4 @@
{{ ansible_managed_file | comment }}
{{ ansible_managed | comment }}
[Unit]
After=x@vt7.service
Wants=x@vt7.service

View File

@@ -1,4 +1,4 @@
{{ ansible_managed_file | comment }}
{{ ansible_managed | comment }}
Section "ServerLayout"
Identifier "Layout0"