Commit Graph

7 Commits (4807abadc49f9906ad9d60b87690c6fecb74afe0)

Author SHA1 Message Date
David Wilson 4807abadc4 ansible: fix bug in apply_mode_spec(). 8 years ago
David Wilson 277b8e4172 ansible: fix some flake8 errors
* Unused imports
* Undefined names in helpers.py
* Copyright header wrapping
8 years ago
David Wilson f649318707 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.
8 years ago
David Wilson 97ff132efd ansible: better emulate _low_level_execute_command()
Still needs a ton of work to emulate argument handling, shell selection,
and output emulation in every case. Unsurprisingly, Ansible documents
none of this.
8 years ago
David Wilson 4bd40bd257 ansible: remove old action subdirectory. 8 years ago
David Wilson d0fbcc0f48 ansible: generalized action module wrapping. 8 years ago
David Wilson 8598ff07b3 ansible: restructure to avoid intermediate imports 8 years ago