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
Michael DeHaan 9921f804f9 Merge pull request #6643 from herbygillot/fact-full-hostname
Add a fact providing the full hostname, without the domain portion
2014-03-27 17:09:34 -04:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Micro-optimization: replace s.find(x)==0 with s.startswith(x) 2014-03-27 20:35:20 +02:00
module_utils Merge pull request #6643 from herbygillot/fact-full-hostname 2014-03-27 17:09:34 -04:00
playbook Fix for bug related to async jid polling change plus a new test 2014-03-26 15:49:15 -05:00
runner Addresses #6708 fill in missing keywords for ssh.py _communicate 2014-03-26 15:55:54 -04:00
utils Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-27 20:35:20 +02:00
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 2014-02-28 18:27:16 -05:00
callbacks.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Adding in a configurable option for the accelerate daemon timeout 2014-03-23 14:45:49 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00