From 5db70eb63c62af60202189b737b295455deca9c9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 Jun 2014 22:10:36 +0000 Subject: [PATCH] Another attempt to fix this up. --- roles/fas_client/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/fas_client/tasks/main.yml b/roles/fas_client/tasks/main.yml index fcc5cc99fc..32917e18b1 100644 --- a/roles/fas_client/tasks/main.yml +++ b/roles/fas_client/tasks/main.yml @@ -46,10 +46,10 @@ - name: setup /etc/fas.conf for client use template: src={{ item }} dest=/etc/fas.conf owner=root mode=600 with_first_found: - - "../templates/{{ ansible_fqdn }}.fas.conf.j2" - - "../templates/{{ ansible_hostname }}.fas.conf.j2" - - "../templates/{{ ansible_hostname }}.fas.conf.j2" - - fas.conf.j2 + - ../templates/{{ ansible_fqdn }}.fas.conf.j2 + - ../templates/{{ ansible_hostname }}.fas.conf.j2 + - ../templates/{{ ansible_hostname }}.fas.conf.j2 + - ../templates/fas.conf.j2 tags: - config notify: