Commit Graph

14 Commits (3183dd414794bca451853cc3f7c567c64d3d28aa)

Author SHA1 Message Date
David Wilson ff617824a1 ansible: fix some flake8 errors
* Unused imports
* Undefined names in helpers.py
* Copyright header wrapping
6 years ago
David Wilson 1b090a6c0a ansible: fix become:true with sudo:true 6 years ago
David Wilson 83f2862431 ansible: _remote_chmod() / _fixup_perms2() can be called sometimes.
It's used at least by the copy module, even though the result is still
mostly a no-op. _remote_chmod() doesn't accept octal mode, it accepts
symbolic mode. So implement a symbolic parser in helpers.py.
6 years ago
David Wilson 5dc2cc0726 ansible: don't enable_debug_logging() for sudo 6 years ago
David Wilson b221eaaa10 ansible: log call timings 6 years ago
David Wilson 91116810a1 ansible: delete utils.py and promote cast() to mitogen.utils 6 years ago
David Wilson 5d8cb0f5fb ansible: document the connection class. 6 years ago
David Wilson 84e9d42e71 ansible: handle local connections and synchronize module too. 6 years ago
David Wilson 74468abf0a ansible: fix syntax error 6 years ago
David Wilson 6e7bb4fd13 ansible: support local connections too 6 years ago
David Wilson 331f77ee2b ansible: generalized action module wrapping. 6 years ago
David Wilson d13ab9a022 ansible: remove hard-wired UNIX socket path. 6 years ago
David Wilson 6059e0c1db ansible: support become:True and become_user 6 years ago
David Wilson a35fcf44cc ansible: restructure to avoid intermediate imports 6 years ago