- 28 Sep, 2014 16 commits
-
-
Update intro_configuration.rst
Michael DeHaan committed -
Update README.md
Michael DeHaan committed -
Doc fix in intro_installation.rst
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add some helpful detection if core modules are not found for those running on the development branch.
Michael DeHaan committed -
Michael DeHaan committed
-
Output a useful message if `git submodule update --init --recursive` not yet performed ``` $ ansible --version ansible 1.8 (submodule_ansible_version 59ae596484) last updated 2014/09/28 13:20:51 (GMT +1000) lib/ansible/modules/core: (detached HEAD 617a52b20d) last updated 2014/09/28 13:15:25 (GMT +1000) lib/ansible/modules/extras: not found - use git submodule update --init lib/ansible/modules/extras ```
Will Thames committed -
`ansible --version` etc. now include information about submodules ``` ansible 1.8 (submodule_ansible_version ffee9a8f) last updated 2014/09/28 11:03:14 (GMT +1000) lib/ansible/modules/core: (ec2_snapshot_remove 3a77c31ecb) last updated 2014/09/27 18:23:31 (GMT +1000) lib/ansible/modules/extras: (detached HEAD 110250d344) last updated 2014/09/27 14:33:42 (GMT +1000) ``` Also improved handling of detached HEAD when printing out version information.
Will Thames committed -
Updated installation instructions for submodules
Michael DeHaan committed -
Nitin Madhok committed
-
Missing code block
Nitin Madhok committed -
Nitin Madhok committed
-
Added `--init --recursive` to installation instructions as per @bcoca's suggestion on ansible-project mailing list
Will Thames committed
-
- 26 Sep, 2014 12 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Due to the long-standing bug in sshpass, which can crash OSX. Fixes #5007
James Cammarata committed -
James Cammarata committed
-
- 25 Sep, 2014 5 commits
-
-
James Cammarata committed
-
Also updated the CHANGELOG for the feature
James Cammarata committed -
https://github.com/maxamillion/ansible…
Merge branch 'admiller/async_resume' of https://github.com/maxamillion/ansible into maxamillion-admiller/async_resume
James Cammarata committed -
Fixes #9132
James Cammarata committed -
Fixes #9140
James Cammarata committed
-
- 24 Sep, 2014 1 commit
-
-
James Cammarata committed
-
- 23 Sep, 2014 6 commits
-
-
Fixes #8947
James Cammarata committed -
James Cammarata committed
-
Also moves the calculation of the destination file name until after the slurp of the file contents, since the source as returned by slurp may now be different, so we want to use that expanded path locally. Fixes #8942
James Cammarata committed -
Allow fairly common ssh repo clone path to work
James Cammarata committed -
Fixes #8552
James Cammarata committed -
Remove unreachable code
James Cammarata committed
-