This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b9127f0af
community.general
/
lib
/
ansible
/
module_utils
History
Rob Smith
953dc6b345
When not finding a host in ~/.ssh/known_hosts, the return value is 0 if the host just is not found. We then never check the system host file in /etc. This fixes the code to check /etc on any failure, not just a bad return code.
2014-01-20 18:56:39 -08:00
..
__init__.py
Add package file.
2013-10-26 11:10:54 -04:00
basic.py
Allow float as an argument type in AnsibleModule
2014-01-13 14:15:23 +10:00
ec2.py
Move more responsibility to common EC2 module
2013-12-17 14:07:24 +10:00
known_hosts.py
When not finding a host in ~/.ssh/known_hosts, the return value is 0 if the host just is not found. We then never check the system host file in /etc. This fixes the code to check /etc on any failure, not just a bad return code.
2014-01-20 18:56:39 -08:00
rax.py
Do not log the rax api_key argument in module invocation
2014-01-15 16:38:03 -06:00