From 411d224ff1b04dfefa8ec5c3b49ac6713893108b Mon Sep 17 00:00:00 2001 From: Fredrik Strupe Date: Wed, 19 Apr 2017 12:49:51 +0200 Subject: [PATCH] Change to new filename in source for ansible config --- probe_website/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probe_website/database.py b/probe_website/database.py index 2b99944..d6b7562 100644 --- a/probe_website/database.py +++ b/probe_website/database.py @@ -123,7 +123,7 @@ def load_default_scripts(self, probe, username): """Load default scripts for probe from Ansible configs. The default scripts will either be the defaults for 'username' if any defaults have been set, or the global defaults if no such defaults exist""" - configs = ansible.load_default_config(username, 'script_configs') + configs = ansible.load_default_config(username, 'script_configs.yml') if 'default_script_configs' in configs: configs = configs['default_script_configs']