- 04 Jun, 2014 8 commits
-
-
Bill Carlson committed
-
Fixes #7652
James Cammarata committed -
made nested lists diff lengths - caused confusion
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Fixes #7598
James Cammarata committed -
As a relatively-new user to Ansible, the Nested Loop example made me think it was looping through both lists together (`alice` would go with `clientdb`, `bob` with `employeedb`) and not actually nested. I realize now I was just being stupid, but I feel making the example lists different lengths would prevent such confusion in the future.
tsemerad committed
-
- 03 Jun, 2014 7 commits
-
-
Also cleaning up integration tests that had checks for the empty item attribute in certain results. Fixes #7535
James Cammarata committed -
James Cammarata committed
-
Add primary group in the first user module doc example
James Cammarata committed -
Fix typo in CHANGE MASTER TO syntax
James Cammarata committed -
Don't use deprecated BaseException.message in keystone_user
James Cammarata committed -
James Cammarata committed
-
- 02 Jun, 2014 3 commits
-
-
Yann Coleu committed
-
Josef Špak committed
-
fixes error "failed to parse: <attribute 'message' of 'exceptions.BaseException' objects> TypeError: <attribute 'message' of 'exceptions.BaseException' objects> is not JSON serializable"
Christoph Dwertmann committed
-
- 01 Jun, 2014 2 commits
-
-
Also update rax to mirror meta value normalization from rax_meta
Matt Martz committed -
rax module: Return untouhced servers with exact_count
Michael DeHaan committed
-
- 31 May, 2014 2 commits
-
-
updating ec2_group example, to be more consistent with parameter names
Michael DeHaan committed -
template.py: Handle purposely raised exceptions in lookup()
Michael DeHaan committed
-
- 30 May, 2014 7 commits
-
-
CorbanR committed
-
Support checking for su user to atomic_move
James Cammarata committed -
If a lookup plugin is run by the lookup() template method it should pass along any AnsibleError (or child exception classes) rather than just eat them. These exceptions are purposely raised by the plugin.
Jack Neely committed -
Marc Pujol committed
-
corrected doc example, non existing fact to the 2 it had 'merged'
Michael DeHaan committed -
Using sets for these operations is dangerous because sets cannot contain certain object types (such as lists) and their iteration order is undefined. Fixes #7596
Marc Pujol committed -
Brian Coca committed
-
- 29 May, 2014 1 commit
-
-
Fixes #7585
James Cammarata committed
-
- 28 May, 2014 4 commits
-
-
Fixes #7515 Fixes #7537
Brian Coca committed -
James Cammarata committed
-
Merge branch 'fix_mutable_inventory_vars' of https://github.com/banterchat/ansible into banterchat-fix_mutable_inventory_vars
James Cammarata committed -
Isao Jonas committed
-
- 27 May, 2014 6 commits
-
-
warn if remote SSL cert is not checked in linode
James Cammarata committed -
added solaris fact detection for ansible_pkg_mgr
James Cammarata committed -
James Cammarata committed
-
Fixed documentation for etype parameter on acl module.
James Cammarata committed -
Fixes #7553
James Cammarata committed -
Remove duplicate table of contents in Conditionals
James Cammarata committed
-