Also revert this part

This commit is contained in:
Kevin Fenzi 2013-08-23 22:23:58 +00:00
parent 63007a670e
commit 5931ac0db5

View file

@ -3,7 +3,7 @@
- name: sshd_config
copy: src={{ item }} dest=/etc/ssh/sshd_config mode=600
first_available_file:
- {{ sshd_config }}
- ${sshd_config}
- ${files}/ssh/sshd_config.{{ ansible_fqdn }}
- ${files}/ssh/sshd_config.{{ host_group }}
- ${files}/ssh/sshd_config.{{ dist_tag }}