From 8afb5b411bbdea1b8a78ec8862ae40c3e50cfeb0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 10:47:44 +0100 Subject: [PATCH] Clarify bash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3453421..e48dade 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Run ansible playbooks during deployment. -This plugin can be useful when you need to provision your server before or after a deployment of your application (or on [any hook](https://github.com/dokku/dokku/blob/master/docs/development/plugin-triggers.md), just raise an issue and let's add it) and you prefer to use Ansible instead of Bash. For example, you make use of the [ansible-dokku](https://github.com/dokku/ansible-dokku/) roles. +This plugin can be useful when you need to provision your server before or after a deployment of your application (or on [any hook](https://github.com/dokku/dokku/blob/master/docs/development/plugin-triggers.md), just raise an issue and let's add it) and you prefer to use Ansible instead of Bash for certain tasks. Bash can still be the right tool for other things but sometimes, it can be become tricky to manage the idempotent case in Bash. For example, you make use of the [ansible-dokku](https://github.com/dokku/ansible-dokku/) roles. ## Requirements