diff --git a/host_vars/thunes-dev.yml b/host_vars/thunes-dev.yml index b5b610aa67d20aa8878489c9233b37c3c850aed0..fcb130fbe61e977f54bd17d39840e2488e0ae892 100644 --- a/host_vars/thunes-dev.yml +++ b/host_vars/thunes-dev.yml @@ -1,3 +1,5 @@ +shell: "zsh" + thunes_debug: True thunes_db_name: "thunes_dev" thunes_db_user: "thunes_dev" diff --git a/host_vars/thunes.yml b/host_vars/thunes.yml index 73bf98ba6ccbd6dfa3a5ee7a674168be3e0cdfb6..1228a92feec4c6db62adb074d1dd6500235dc010 100644 --- a/host_vars/thunes.yml +++ b/host_vars/thunes.yml @@ -1,3 +1,5 @@ +shell: "zsh" + thunes_debug: False thunes_db_name: "thunes" thunes_db_user: "thunes"