pretty sure this never worked :)
This commit is contained in:
parent
3b507d55e2
commit
ebd0539a7a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: sshd_config
|
- name: sshd_config
|
||||||
action: copy src=$sshd_config dest=/etc/ssh/sshd_config mode=600
|
action: copy src=$item dest=/etc/ssh/sshd_config mode=600
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- $sshd_config
|
- $sshd_config
|
||||||
- ${files}/ssh/sshd_config.${ansible_fqdn}
|
- ${files}/ssh/sshd_config.${ansible_fqdn}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue