- 19 Jun, 2014 11 commits
-
-
OSError in file module for non existing symlink in check mode.
James Cammarata committed -
return properties of the newly created scaling policy
James Cammarata committed -
ec2 module: Delay instance tagging to later in the instance creation process
James Cammarata committed -
James Cammarata committed
-
In check mode if a symlink does not exist there is no need to check the ownership properties (which causes an exception)
trbs committed -
Benno Joy committed
-
James Cammarata committed
-
James Cammarata committed
-
Fixes #7828
James Cammarata committed -
Tagging recently created instances can result in InvalidInstanceID.NotFound errors. By delaying the tagging until the last part of instance creation, we should be typically more fortunate (avoiding all such race conditions might need more work)
willthames committed
-
- 18 Jun, 2014 13 commits
-
-
Fixes #7760
James Cammarata committed -
Fixes #7812
James Cammarata committed -
James Cammarata committed
-
https://github.com/toddmowen/ansible…
Merge branch 'unarchive-fix-7777-simple' of https://github.com/toddmowen/ansible into toddmowen-unarchive-fix-7777-simple
James Cammarata committed -
James Cammarata committed
-
The new CentOS 7 beta lists the distribution as "CentOS Linux", which breaks the distribution detection and class loading. This patch fixes that by taking just the first entry in the string when a space is detected.
James Cammarata committed -
Fixed typo in docs
Michael DeHaan committed -
Roberto Migli committed
-
Roberto Migli committed
-
James Cammarata committed
-
https://github.com/sergevanginderachter/ansible
Merge branch 'lvg_fix' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-lvg_fix
James Cammarata committed
-
- 17 Jun, 2014 16 commits
-
-
Merge pull request #7814 from scottbrown/bugfix-7811-mysql_import_does_not_perform_dump_existence_check BUGFIX for Issue 7811: Adding file existence check when performing mysql import on...
James Cammarata committed -
Set default vg_options to empty string
James Cammarata committed -
Updates django_manage so it populates VIRTUAL_ENV
James Cammarata committed -
BUGFIX 1178: Adding better existence check in one place. db_import now fails fast if target does not exist b/c no point going further without the target.
Scott Brown committed -
Building Ansible deb requires setuptools
James Cammarata committed -
BUGFIX 7811: Adding file existence check when performing mysql import on a .gz or .bz2 file, otherwise Ansible will not notice that the underlying *nix command silently died.
Scott Brown committed -
Ilya Rusalowski committed
-
Andy Freeland committed
-
Fixes password lookup docs
James Cammarata committed -
Allow gem executable to contain spaces
James Cammarata committed -
Virtualenv's activate script sets the VIRTUAL_ENV environment variable to the path of the virtualenv. Checking this variable is a reasonably common way to verify that execution is happening in a virtualenv. It would be convenient if this module's virtualenv handling set this environment variable.
Joel Crocker committed -
Allow npm executable to contain spaces
James Cammarata committed -
Victor Castell committed
-
Victor Castell committed
-
rbenv has a special exec function which loads the correct ruby version before executing a command. The syntax for this is `/usr/local/rbenv/bin/rbenv exec gem ...` for example. But previously when specifying executable='/usr/local/rbenv/bin/rbenv exec gem' this would not work because the string was treated as one executable. This PR fixes that by splitting the executable on spaces.
Koen Punt committed -
Ruggero Marchei committed
-