Add --- where missing

This commit is contained in:
Daniel A. Maierhofer
2018-03-11 23:36:09 +01:00
parent 56e74fec65
commit 5f0def1920
6 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
---
- name: set locales
locale_gen: name="{{ item.name }}" state="{{ item.state | default('present') }}"
with_items: "{{ common_locales }}"