[galaxyproject/ansible-galaxy] 6770ed: Indicate Python version used for creating virtuale...
Branch: refs/heads/eu Home: https://github.com/galaxyproject/ansible-galaxy Commit: 6770ed3824b16954a289f9fa9dd79451280795c5 https://github.com/galaxyproject/ansible-galaxy/commit/6770ed3824b16954a289f... Author: Sergey Golitsynskiy <sgolitsynskiy@gmail.com> Date: 2018-11-26 (Mon, 26 Nov 2018) Changed paths: M tasks/virtualenv.yml Log Message: ----------- Indicate Python version used for creating virtualenv Add virtualenv_python parameter to pip module in virtualenv.yml. Rationale: if this parameter is not specified, on some systems Python 3 will be used instead of the required Python 2. According to Ansible's docs, "When not specified, the Python version used to run the ansible module is used" (pip module). However, reagadless what Python executable is used to run Ansible, the pip module will [call virtualenv](https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/packaging/...) *without* the ```--python``` option, thus causing virtualenv to use ["the interpreter that virtualenv was installed with."](https://virtualenv.pypa.io/en/latest/reference/#cmdoption-p), which could be Python 3 (as was the case with my local system). Commit: 766b5408b917e431a9883699b4cc51d9cca7356e https://github.com/galaxyproject/ansible-galaxy/commit/766b5408b917e431a9883... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-24 (Thu, 24 Jan 2019) Changed paths: M README.md M defaults/main.yml M tasks/main.yml Log Message: ----------- Minor formatting fixes Commit: 6d810d31ba3326be83f3d41be6d6355a4e356515 https://github.com/galaxyproject/ansible-galaxy/commit/6d810d31ba3326be83f3d... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-24 (Thu, 24 Jan 2019) Changed paths: M README.md M defaults/main.yml A tasks/layout.yml M tasks/main.yml A vars/layout-custom.yml A vars/layout-legacy-improved.yml A vars/layout-legacy.yml A vars/layout-opt.yml A vars/layout-root-dir.yml Log Message: ----------- Add a variable for easy control over the layout of the Galaxy deployment. Commit: 93ae7490ea08569ae6d982b27c50d658e04ad344 https://github.com/galaxyproject/ansible-galaxy/commit/93ae7490ea08569ae6d98... Author: Eugene de Beste <debeste.eugene@gmail.com> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M README.md Log Message: ----------- fix mule in advanced example in README.md Commit: 63ccaba7644ea6d59557b58ace9cd53aebea39cd https://github.com/galaxyproject/ansible-galaxy/commit/63ccaba7644ea6d59557b... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M .travis.yml M meta/main.yml Log Message: ----------- Bump required Ansible version to 2.5 for `vars` lookup plugin. Commit: 8f9f35d3682b9cb856fccfce8f25408279f92e08 https://github.com/galaxyproject/ansible-galaxy/commit/8f9f35d3682b9cb856fcc... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M .travis.yml M README.md M defaults/main.yml M meta/main.yml A tasks/layout.yml M tasks/main.yml A vars/layout-custom.yml A vars/layout-legacy-improved.yml A vars/layout-legacy.yml A vars/layout-opt.yml A vars/layout-root-dir.yml Log Message: ----------- Merge pull request #49 from galaxyproject/layouts Add a variable for easy control over the layout of the Galaxy deployment Commit: befcf7fa91322862c88822a262b3b1f887b54db7 https://github.com/galaxyproject/ansible-galaxy/commit/befcf7fa91322862c8882... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M tasks/main.yml Log Message: ----------- Add the `always` special tag to the layout task import Commit: 71e06e5a8e2b19f7865a747488bfb26745d5988d https://github.com/galaxyproject/ansible-galaxy/commit/71e06e5a8e2b19f7865a7... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M README.md Log Message: ----------- Merge pull request #50 from Banshee1221/master fix mule in advanced example in README.md Commit: 48448b280236749f4a2f33e898abdcd22093e835 https://github.com/galaxyproject/ansible-galaxy/commit/48448b280236749f4a2f3... Author: Nate Coraor <nate@bx.psu.edu> Date: 2019-01-25 (Fri, 25 Jan 2019) Changed paths: M tasks/virtualenv.yml Log Message: ----------- Merge pull request #46 from ic4f/dev Indicate Python version used for creating virtualenv Commit: 48c9bab7e5fdc11fa7bebf6cab373d53bc7b19bd https://github.com/galaxyproject/ansible-galaxy/commit/48c9bab7e5fdc11fa7beb... Author: Helena Rasche <hxr@hx42.org> Date: 2019-01-26 (Sat, 26 Jan 2019) Changed paths: M .travis.yml M README.md M defaults/main.yml M meta/main.yml A tasks/layout.yml M tasks/main.yml M tasks/virtualenv.yml A vars/layout-custom.yml A vars/layout-legacy-improved.yml A vars/layout-legacy.yml A vars/layout-opt.yml A vars/layout-root-dir.yml Log Message: ----------- Merge branch 'master' into eu Compare: https://github.com/galaxyproject/ansible-galaxy/compare/7d522928aecc...48c9b... **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ We will provide an alternative path for the email notifications by January 31st, 2019.
participants (1)
-
GitHub