summaryrefslogtreecommitdiffstats
path: root/system/ansible/README
diff options
context:
space:
mode:
author Marek Wodzinski2019-07-04 14:35:58 +0200
committer Willy Sudiarto Raharjo2019-07-04 17:14:25 +0200
commitbf7e9298158aeab7cd93cd3ab7fe49ba37d73d7e (patch)
tree0d3f2ceba53f82111b5c9cafedcb91315acb570d /system/ansible/README
parentf75fabe5f58199dab44fca505f0699315f60b4a4 (diff)
downloadslackbuilds-bf7e9298158aeab7cd93cd3ab7fe49ba37d73d7e.tar.gz
system/ansible: Updated for version 2.8.2, switch to python3.
- update to 2.8.2 - switch to python3 - update dependencies (paramiko is no longer hard requirement) - add note about additional dependencies required at run time (for example some modules may still require paramiko) Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ansible/README')
-rw-r--r--system/ansible/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/ansible/README b/system/ansible/README
index 0d4f3e9188..ce2e1e89e0 100644
--- a/system/ansible/README
+++ b/system/ansible/README
@@ -5,3 +5,6 @@ configuration, software deployment, and other IT needs.
It comes as an easy-to-use and powerful alternative to infrastructure
management tools such as CFEngine, Chef, Puppet, and SaltStack.
+
+Note: for some modules to run, you may need to install additional
+dependencies.