From 0b8262c19589349462787218362268e52157413c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 23 Aug 2013 22:16:53 +0000 Subject: [PATCH] Perhaps this is right? lets try --- tasks/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/base.yml b/tasks/base.yml index 6169f3814d..f0c02886a4 100644 --- a/tasks/base.yml +++ b/tasks/base.yml @@ -1,7 +1,7 @@ --- - name: sshd_config - action: copy src=$item dest=/etc/ssh/sshd_config mode=600 + copy: src={{ item }} dest=/etc/ssh/sshd_config mode=600 first_available_file: - $sshd_config - ${files}/ssh/sshd_config.${ansible_fqdn}