Another attempt
This commit is contained in:
parent
4d8b4349f8
commit
67e8e879f9
1 changed files with 2 additions and 2 deletions
|
@ -430,9 +430,9 @@
|
|||
- config
|
||||
|
||||
- name: template sshd_config
|
||||
action: copy src={{ item }} dest=/etc/ssh/sshd_config mode=0600 owner=root group=root
|
||||
action: copy src="{{ item }}" dest=/etc/ssh/sshd_config mode=0600 owner=root group=root
|
||||
first_available_file:
|
||||
- /srv/web/infra/ansible/files/jenkins/sshd_config_slave.{{ ansible_distribution }}
|
||||
- "/srv/web/infra/ansible/files/jenkins/sshd_config_slave.{{ ansible_distribution }}"
|
||||
- "{{ files }}/jenkins/sshd_config_slave"
|
||||
notify:
|
||||
- restart sshd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue