FS#42986 - [ansible] overwriting ansible_python_interpreter
Attached to Project:
Community Packages
Opened by Marcus (MindfulMonk) - Tuesday, 02 December 2014, 12:29 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Thursday, 04 December 2014, 19:46 GMT
Opened by Marcus (MindfulMonk) - Tuesday, 02 December 2014, 12:29 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Thursday, 04 December 2014, 19:46 GMT
|
Details
The current PKGBUILD prevents using ansible to provision
Debian/Solaris etc.
Please remove the following: prepare() { find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:&2:' {} + } That command breaks setting ansible_python_interpreter variable. This supposed to have been fixed in: https://bugs.archlinux.org/task/39153 https://groups.google.com/forum/#!topic/ansible-project/37qN2ffPqb0 Thanks. |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Thursday, 04 December 2014, 19:46 GMT
Reason for closing: Fixed
Additional comments about closing: ansible 1.8.1-2
Thursday, 04 December 2014, 19:46 GMT
Reason for closing: Fixed
Additional comments about closing: ansible 1.8.1-2
Comment by
Daniel Wendler (BMRMorph) -
Thursday, 04 December 2014, 14:15 GMT
same topic as explained here:
https://bugs.archlinux.org/task/42941