From 72e69659fe0a51bf2e61cebdb0b3c66ee9e564ba Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 26 Sep 2018 12:55:55 +0200 Subject: Format yaml lists like yaml.org --- roles/space_server/tasks/unbound.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/space_server/tasks/unbound.yml') diff --git a/roles/space_server/tasks/unbound.yml b/roles/space_server/tasks/unbound.yml index e4f575a..c384635 100644 --- a/roles/space_server/tasks/unbound.yml +++ b/roles/space_server/tasks/unbound.yml @@ -4,7 +4,7 @@ name: unbound state: present tags: - - packages + - packages - name: Configure unbound template: @@ -14,7 +14,7 @@ group: root mode: 0644 notify: - - restart unbound + - restart unbound - name: Enable unbound service systemd: -- cgit v1.2.1