community.general/lib/ansible/modules/extras/files
Michael Scherer ceec679302 Make blockinfile work with python3
Traceback (most recent call last):
      File \"/tmp/ansible_ueg52c0b/ansible_module_blockinfile.py\", line 319, in <module>
        main()
      File \"/tmp/ansible_ueg52c0b/ansible_module_blockinfile.py\", line 259, in main
        if line.startswith(marker0):
    TypeError: startswith first arg must be bytes or a tuple of bytes, not str

Also clean imports while on it.
2016-12-08 11:35:02 -05:00
..
__init__.py Add new module "patch" 2016-12-08 11:32:25 -05:00
archive.py Fix archive truncating archived file names based on prefix length (#3124) 2016-12-08 11:34:57 -05:00
blockinfile.py Make blockinfile work with python3 2016-12-08 11:35:02 -05:00
patch.py Port patch.py to python3/python2.4 syntax (#2276) 2016-12-08 11:34:16 -05:00