install setuptools twice to ensure latest version
Change-Id: I52302733f96197cd4666cb1131cdbd3a2e3900f2
This commit is contained in:
parent
f2537fefd2
commit
7b419b5621
@ -96,6 +96,11 @@
|
|||||||
extra_args='-i http://pypi.douban.com/simple/'
|
extra_args='-i http://pypi.douban.com/simple/'
|
||||||
state=latest
|
state=latest
|
||||||
|
|
||||||
|
- name: pip install latest setuptools2
|
||||||
|
pip: name=setuptools
|
||||||
|
extra_args='-i http://pypi.douban.com/simple/'
|
||||||
|
state=latest
|
||||||
|
|
||||||
- name: pip install ansible
|
- name: pip install ansible
|
||||||
pip: name=ansible
|
pip: name=ansible
|
||||||
extra_args='-i http://pypi.douban.com/simple/'
|
extra_args='-i http://pypi.douban.com/simple/'
|
||||||
|
@ -10,7 +10,7 @@ INSTALLATION_LOGDIR = {
|
|||||||
'CobblerInstaller': '/var/log/cobbler/anamon',
|
'CobblerInstaller': '/var/log/cobbler/anamon',
|
||||||
'ChefInstaller': '/var/log/chef'
|
'ChefInstaller': '/var/log/chef'
|
||||||
}
|
}
|
||||||
DEFAULT_LOGLEVEL = 'info'
|
DEFAULT_LOGLEVEL = 'debug'
|
||||||
DEFAULT_LOGDIR = '/var/log/compass'
|
DEFAULT_LOGDIR = '/var/log/compass'
|
||||||
DEFAULT_LOGINTERVAL = 6
|
DEFAULT_LOGINTERVAL = 6
|
||||||
DEFAULT_LOGINTERVAL_UNIT = 'h'
|
DEFAULT_LOGINTERVAL_UNIT = 'h'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user