What happens if we do this?

This commit is contained in:
Kevin Fenzi 2014-03-15 17:31:04 +00:00
parent 8949120a8d
commit 657ef06046

View file

@ -432,8 +432,8 @@
- name: template sshd_config
action: copy src={{ item }} dest=/etc/ssh/sshd_config mode=0600 owner=root group=root
first_available_file:
- "{{ files }}/jenkins/sshd_config_slave.{{ ansible_distribution }}"
- "{{ files }}/jenkins/sshd_config_slave"
- jenkins/sshd_config_slave.{{ ansible_distribution }}
- jenkins/sshd_config_slave
notify:
- restart sshd
tags: