From bfbe977dbe041de14a8db46de68d16f5b879bae1 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Fri, 8 Nov 2019 23:24:28 +0000 Subject: [PATCH] hosts: unindent to be consistent with most of our other files Signed-off-by: Rick Elrod --- roles/hosts/tasks/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/hosts/tasks/main.yml b/roles/hosts/tasks/main.yml index 106784b1f9..248b770bc1 100644 --- a/roles/hosts/tasks/main.yml +++ b/roles/hosts/tasks/main.yml @@ -12,12 +12,12 @@ - name: setup /etc/hosts for some clients copy: src={{ item }} dest=/etc/hosts with_first_found: - - "{{ inventory_hostname }}-hosts" - - "{{ ansible_hostname }}-hosts" - - "{{ host_group }}-hosts" - - "{{ ansible_domain }}-hosts" - - "{{ datacenter }}-hosts" - - base + - "{{ inventory_hostname }}-hosts" + - "{{ ansible_hostname }}-hosts" + - "{{ host_group }}-hosts" + - "{{ ansible_domain }}-hosts" + - "{{ datacenter }}-hosts" + - base tags: - config - hosts