Remove "global_files" from ansible config.

Directory doesn't exist in ansible playbook repo anymore.

Change-Id: Iedef3a2b288139da8cf10372c263d426b784ba69
This commit is contained in:
Xicheng Chang 2015-04-09 22:11:57 -07:00
parent 2e6fac527e
commit 00a9989fe1
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ SETTINGS = {
'inventory_file': 'inventory.yml',
'group_variable': 'all',
'etc_hosts_path': 'roles/common/templates/hosts',
'runner_dirs': ['global_files', 'roles']
'runner_dirs': ['roles']
}