- 19 Jun, 2014 5 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Fixes #7828
James Cammarata 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
-
- 16 Jun, 2014 6 commits
-
-
NVM has a special script which loads the correct node version before executing a command. The syntax for this is `/usr/local/nvm/nvm-exec ...`, so `nvm-exec npm list --json` for example. But previously when specifying `executable='/usr/local/nvm/nvm-exec nvm'` this would not work because the string was treated as one executable.
Koen Punt committed -
Update tower.rst
James Cammarata committed -
James Cammarata committed
-
Added missing fallback to hw_sector_size
James Cammarata committed -
Point to current URLs, fix a Ansible/Tower reference.
Bill Nottingham committed -
module rax_scaling_group: safe normalization of nics
James Cammarata committed
-