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'] }