From 5f0def19203046b7919fdd7dacee077fa0890d62 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Sun, 11 Mar 2018 23:36:09 +0100 Subject: [PATCH] Add --- where missing --- tasks/locales.yml | 1 - tasks/ntp.yml | 1 - tasks/openssh.yml | 1 - tasks/postfix.yml | 1 - tasks/rsyslog.yml | 1 - templates/vimrc.j2 | 2 +- 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tasks/locales.yml b/tasks/locales.yml index 7f10bf1..21d8abb 100644 --- a/tasks/locales.yml +++ b/tasks/locales.yml @@ -1,5 +1,4 @@ --- - - name: set locales locale_gen: name="{{ item.name }}" state="{{ item.state | default('present') }}" with_items: "{{ common_locales }}" diff --git a/tasks/ntp.yml b/tasks/ntp.yml index 5ed3183..9e290ec 100644 --- a/tasks/ntp.yml +++ b/tasks/ntp.yml @@ -1,5 +1,4 @@ --- - - name: ntp - install chrony package: name=chrony when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host' diff --git a/tasks/openssh.yml b/tasks/openssh.yml index feba8a8..5f0f143 100644 --- a/tasks/openssh.yml +++ b/tasks/openssh.yml @@ -1,5 +1,4 @@ --- - - name: openssh - install package: name=openssh-server diff --git a/tasks/postfix.yml b/tasks/postfix.yml index c41c6ad..050029e 100644 --- a/tasks/postfix.yml +++ b/tasks/postfix.yml @@ -1,5 +1,4 @@ --- - - name: install postfix package: name="postfix" state=present diff --git a/tasks/rsyslog.yml b/tasks/rsyslog.yml index c173d26..2e03b65 100644 --- a/tasks/rsyslog.yml +++ b/tasks/rsyslog.yml @@ -1,5 +1,4 @@ --- - - name: rsyslog - install package: name=rsyslog diff --git a/templates/vimrc.j2 b/templates/vimrc.j2 index 6c4d9f6..1f1b790 100644 --- a/templates/vimrc.j2 +++ b/templates/vimrc.j2 @@ -1,4 +1,4 @@ -# {{ ansible_managed }} +" {{ ansible_managed }} syntax on colorscheme elflord