From ebd0539a7a92f0587c9de3d993b9a53137ed135f Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 20 May 2013 21:58:11 +0000 Subject: [PATCH] pretty sure this never worked :) --- tasks/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/base.yml b/tasks/base.yml index 9b7761b298..c15ce6870c 100644 --- a/tasks/base.yml +++ b/tasks/base.yml @@ -1,7 +1,7 @@ --- - name: sshd_config - action: copy src=$sshd_config dest=/etc/ssh/sshd_config mode=600 + action: copy src=$item dest=/etc/ssh/sshd_config mode=600 with_first_found: - $sshd_config - ${files}/ssh/sshd_config.${ansible_fqdn}