From 00a9989fe15cb45fa82627b94bfd8e5db4f51889 Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Thu, 9 Apr 2015 22:11:57 -0700 Subject: [PATCH] Remove "global_files" from ansible config. Directory doesn't exist in ansible playbook repo anymore. Change-Id: Iedef3a2b288139da8cf10372c263d426b784ba69 --- conf/package_installer/ansible-juno.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/package_installer/ansible-juno.conf b/conf/package_installer/ansible-juno.conf index 3f9f525d..835d5b91 100644 --- a/conf/package_installer/ansible-juno.conf +++ b/conf/package_installer/ansible-juno.conf @@ -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'] }