community.general/lib/ansible/modules/source_control
tedder 15e12d2cf2 git ssh wrapper: py3-compatability with strings
Wrap the fh.write(str) in b() to ensure the string is of the proper type in py2/py3. Otherwise, the following error occurs when using its ssh_wrapper:

    An exception occurred during task execution. The full traceback is:
    Traceback (most recent call last):
      File "/tmp/ansible_8r299r6t/ansible_module_git.py", line 1049, in <module>
        main()
      File "/tmp/ansible_8r299r6t/ansible_module_git.py", line 928, in main
        ssh_wrapper = write_ssh_wrapper()
      File "/tmp/ansible_8r299r6t/ansible_module_git.py", line 330, in write_ssh_wrapper
        fh.write(template)
    TypeError: 'str' does not support the buffer interface
2017-01-03 22:09:12 -08:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
bzr.py Remove unneeded quotes - source_control/bzr.py (#18825) 2016-12-09 08:48:15 -05:00
git.py git ssh wrapper: py3-compatability with strings 2017-01-03 22:09:12 -08:00
git_config.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
github_hooks.py Remove unused quotes - source_control/github_hooks.py (#19159) 2016-12-10 09:23:19 -05:00
github_key.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
github_release.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
gitlab_group.py Native YAML - source_control/gitlab_group (#19054) 2016-12-09 05:48:33 -05:00
gitlab_project.py Native YAML - source_control/gitlab_project (#19062) 2016-12-09 05:44:43 -05:00
gitlab_user.py Native YAML - source_control/gitlab_user (#19053) 2016-12-09 05:49:00 -05:00
hg.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
subversion.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00