- 07 May, 2014 5 commits
-
-
James Cammarata committed
-
Add integration tests for group_by module. Fixed bug introduced by ansible/ansible#7273 while also fixing issue described in ansible/ansible#6953
Chris Church committed -
Fixes #7307
James Cammarata committed -
Fixes #7295
James Cammarata committed -
Christian Berendt committed
-
- 05 May, 2014 10 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
ignore remnants from doing a setup.py install
James Cammarata committed -
Richard Maynard committed
-
* the current state of the ELB was not reflected properly when checking the status after a change was made. * invalid zones caused a traceback when enabling/disabling zones
James Cammarata committed -
Fixes #7270
James Cammarata committed -
Docker inventory bugfix for potential traceback
James Cammarata committed -
Paul Durivage committed
-
- 04 May, 2014 2 commits
-
-
fixes #7107
Veeti Paananen committed -
Denis Phillips committed
-
- 03 May, 2014 2 commits
-
-
fixed typos found by RETF rules in RST files
Michael DeHaan committed -
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
Christian Berendt committed
-
- 02 May, 2014 2 commits
-
-
Also adds an integration test for the above. Fixes #7254
James Cammarata committed -
Fixes #7256
James Cammarata committed
-
- 01 May, 2014 7 commits
-
-
Modify the way we set the localization environment
James Cammarata committed -
https://github.com/tksmd/ansible
Merge branch 'fix-copy-recursive-issue' of https://github.com/tksmd/ansible into tksmd-fix-copy-recursive-issue
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
- reverse the order of new_directory_list returned from split_pre_existing_dir in copy module
someda committed -
Previously, we set the LANG (and LC_CTYPE) environment variables directly in the module code and applied them with os.environ(). Instead, we are now pre-pending those variables to the environment string used to execute the command which allows the user to override the localization values by setting the environment values directly (even on a per-task basis): - subversion: repo=file:///path/to/repos/svn_über dest=/tmp/svntest environment: LANG: "C" LC_CTYPE: "en_US.UTF-8" So if a user wishes to default their LANG back to C, they can still avoid unicode issues by doing the above. Fixes #7060
James Cammarata committed
-
- 30 Apr, 2014 12 commits
-
-
Make concatenating certs robust in urls.py
James Cammarata committed -
James Cammarata committed
-
Add a newline after each certificate file explicitly to avoid problems with files that do not end with a newline themselves.
Joost Cassee committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Fix dates from RPM SPEC changelog
James Cammarata committed -
fix issue #7228 ec2_vol crash
James Cammarata committed -
James Cammarata committed
-
bryan hunt committed
-
`make rpm` gives these warnings: warning: bogus date in %changelog: Thu Feb 28 2014 Michael DeHaan <michael.dehaan@g.c> - 1.5-0 warning: bogus date in %changelog: Thu Jul 05 2013 Michael DeHaan <michael.dehaan@g.c> - 1.2-2 warning: bogus date in %changelog: Thu Aug 6 2012 Michael DeHaan <michael.dehaan@g.c> - 0.7-0 RPM build errors: bogus date in %changelog: Thu Feb 28 2014 Michael DeHaan <michael.dehaan@g.c> - 1.5-0 bogus date in %changelog: Thu Jul 05 2013 Michael DeHaan <michael.dehaan@g.c> - 1.2-2 bogus date in %changelog: Thu Aug 6 2012 Michael DeHaan <michael.dehaan@g.c> - 0.7-0
Cristian Ciupitu committed -
Fixes #7224
James Cammarata committed
-