Skip to content

Commit

Permalink
Change to new filename in source for ansible config
Browse files Browse the repository at this point in the history
  • Loading branch information
frestr committed Apr 19, 2017
1 parent 24bbd10 commit 411d224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe_website/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 411d224

Please sign in to comment.