Add ansible 2.9.7 (#1945)

* ansible: add pkgbuild

* ansible: fix: add python-yaml and python-jinja dependencies

* ansible: fix: add libcrypt headers for cython dependency

* ansible: fix: add libcrypt headers for python-yaml dependency

* ansible: fix: isolate i686 and x86_64 builds

* Auto stash before rebase of "alex1a/feature/ansible-pkg"

* ansible: fix: remove unused dependencies

* ansible: fix: remove mingw unused variables; change workaround about tarball symbolic links; edit some wrong installation directories
This commit is contained in:
Alex Ferreira
2020-06-23 06:12:40 +01:00
committed by GitHub
parent 4a6f6a1511
commit 5d8f59096f
6 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
post_install() {
cat << EOT
==> Note that even though this package uses libyaml library,
==> slower pure python implementation is used by default.
==> See https://pyyaml.org/wiki/PyYAMLDocumentation
EOT
}