Add --- where missing
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- name: set locales
|
||||
locale_gen: name="{{ item.name }}" state="{{ item.state | default('present') }}"
|
||||
with_items: "{{ common_locales }}"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- name: ntp - install chrony
|
||||
package: name=chrony
|
||||
when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host'
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- name: openssh - install
|
||||
package: name=openssh-server
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- name: install postfix
|
||||
package: name="postfix" state=present
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- name: rsyslog - install
|
||||
package: name=rsyslog
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# {{ ansible_managed }}
|
||||
" {{ ansible_managed }}
|
||||
|
||||
syntax on
|
||||
colorscheme elflord
|
||||
|
||||
Reference in New Issue
Block a user