Perhaps this is right? lets try
This commit is contained in:
parent
2a76938de3
commit
0b8262c195
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue