Add correct path here.
This commit is contained in:
parent
4318987e9f
commit
20bba5653c
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: install $pythonsitelib/fas/config/log.cfg
|
- name: install pythonsitelib/fas/config/log.cfg
|
||||||
copy: >
|
copy: >
|
||||||
src="fas-log.cfg"
|
src="fas-log.cfg"
|
||||||
dest="$pythonsitelib/fas/config/log.cfg" # $pythonsitelib=?
|
dest="/usr/lib/python2.6/site-packages/fas/config/log.cfg"
|
||||||
owner=root
|
owner=root
|
||||||
group=root
|
group=root
|
||||||
mode=0644
|
mode=0644
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue