more path and typo fixes
This commit is contained in:
parent
a7f7377296
commit
133c3f0454
1 changed files with 2 additions and 2 deletions
|
@ -66,13 +66,13 @@
|
|||
- configs
|
||||
|
||||
- name: /etc/hosts
|
||||
action: copy src=$files/hosts/releng-hostsdest=/etc/hosts
|
||||
action: copy src=$files/hosts/releng-hosts dest=/etc/hosts
|
||||
tags:
|
||||
- configs
|
||||
|
||||
|
||||
- name: rsyslog.conf
|
||||
action: copy src=$files/rsyslog.conf.releng dest=/etc/rsyslog.conf mode=644
|
||||
action: copy src=$files/rsyslog/rsyslog.conf.releng dest=/etc/rsyslog.conf mode=644
|
||||
tags:
|
||||
- configs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue