1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Toshio Kuratomi 7e54c9a468 No longer try to import __version__ from release.py. (#16817)
I'm not sure why that would be desirable -- we really want __version__
to come from the controller whereas importing will come from the client
node.  If it turns out there was a reason to do that, please be sure to
use an exception handler that catches all exceptions instead of only
catching ImportError:

```
try:
    from ansible.release import __version__, __author__
except:
    __version__ = [...]
```

Fixes #16523
2016-07-25 11:16:27 -07:00
..
cli added check and diff mode control to console 2016-07-25 08:05:56 -04:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor No longer try to import __version__ from release.py. (#16817) 2016-07-25 11:16:27 -07:00
galaxy Fixes #163 in galaxy-issues 2016-07-21 14:04:17 -04:00
inventory Make returning results after loading vars optional 2016-07-21 14:25:57 +01:00
module_utils Adding ethtool info to Ansible interface facts (#16513) 2016-07-24 21:39:47 -04:00
modules Update submodule refs 2016-07-25 06:32:25 -07:00
parsing fixed memoryerror when coping huge file (#16392) 2016-07-22 09:06:06 -04:00
playbook add check_mode option for tasks (#16056) 2016-07-22 20:40:14 -04:00
plugins set cwd to task's basedir (#16805) 2016-07-25 08:11:45 -04:00
template allow spaces before the filter string (#16312) 2016-06-15 14:17:17 -04:00
utils Colorize around text (#16415) 2016-07-23 18:09:20 -04:00
vars Fix bug where getting role vars does not follow the dep chain 2016-07-19 16:59:11 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py added check and diff mode control to console 2016-07-25 08:05:56 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00