mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ansible: update to 2.7.1
This commit is contained in:
parent
62bff2d0f9
commit
90d9fe96e6
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ansible'
|
# Template file for 'ansible'
|
||||||
pkgname=ansible
|
pkgname=ansible
|
||||||
version=2.7.0
|
version=2.7.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,12 +13,11 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.ansible.com/"
|
homepage="https://www.ansible.com/"
|
||||||
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a1ab8e0f13e79a20661ad6546f45a142afeaeb664deb2c290e32362d8ae5b618
|
checksum=e7953472347fcc6dca10839111b576a9f790e00056344f2dcf448e6c452fe939
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for f in examples/*; do
|
vsconf examples/ansible.cfg
|
||||||
vsconf ${f}
|
vsconf examples/hosts
|
||||||
done
|
|
||||||
for m in docs/man/man1/*.1; do
|
for m in docs/man/man1/*.1; do
|
||||||
vman ${m}
|
vman ${m}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue