Commit Graph

105 Commits (45423973fc23a2f184d2f871f16119db5c5102ff)

Author SHA1 Message Date
Benjamin Schwarze 3f95f15bb4 remove unused git function is_current_branch (looks like it returns always True anyway which might be wrong) 11 years ago
Benjamin Schwarze 9d296924de use module.get_bin_path('git', True) once and pass git_path to functions 11 years ago
Stoned Elipot a7c5e6246e Fix typo in git module documentation preventing it to be processed by ansible-doc 11 years ago
Jesse Keating 20943b0410 Add an update option to the git module
This will allow just making sure the repo exists w/out actually making
any chnages to it. Useful if you're going to run a play repeatedly
against a host that might have active development going on in the
repository (think initial bootstrap of a developers system, and
continued playbook runs to work on other projects).
12 years ago
Michael DeHaan cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago