Perhaps this is right? lets try

This commit is contained in:
Kevin Fenzi 2013-08-23 22:16:53 +00:00
parent 2a76938de3
commit 0b8262c195

View file

@ -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}