diff --git a/util/config.go b/util/config.go index ab2c05812..a226acd4a 100644 --- a/util/config.go +++ b/util/config.go @@ -813,7 +813,7 @@ func (conf *ConfigType) GenerateSecrets() { func LookupDefaultApps() { appCommands := map[string]string{ - "": "ansible-playbook", + "ansible": "ansible-playbook", "terraform": "terraform", "tofu": "tofu", "bash": "bash", diff --git a/web/src/views/Apps.vue b/web/src/views/Apps.vue index dbebc1539..801f7f85e 100644 --- a/web/src/views/Apps.vue +++ b/web/src/views/Apps.vue @@ -1,5 +1,5 @@