diff options
author | Marek Wodzinski <majek@w7i.pl> | 2019-07-04 14:35:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-04 22:14:25 +0700 |
commit | bf7e9298158aeab7cd93cd3ab7fe49ba37d73d7e (patch) | |
tree | 0d3f2ceba53f82111b5c9cafedcb91315acb570d /system/ansible/README | |
parent | f75fabe5f58199dab44fca505f0699315f60b4a4 (diff) | |
download | slackbuilds-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/README | 3 |
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. |