James Cammarata
|
8e664ad226
|
Fix delegate_to localhost vs. 127.0.0.1 (and ::1)
|
2015-09-15 13:08:54 -04:00 |
Marius Gedminas
|
37be9539ff
|
Python 3: use six.text_type instead of unicode
Replace 'unicode' with six.text_type, everywhere but in module_utils.
|
2015-09-04 08:40:10 +03:00 |
Marius Gedminas
|
0c6ce31f76
|
Use 'except ... as' syntax
This syntax works on Python 2.6 through 3.x. lib/ansible/module_utils
(and lib/ansible/modules) need to support Python 2.4, so I didn't touch
those.
|
2015-08-27 22:15:04 +03:00 |
James Cammarata
|
829a88b906
|
Disable undefined error failures during conditional templating
This allows us to properly catch the 'is defined' and 'is undefined'
checks and return the correct boolean result.
Fixes #11892
|
2015-08-12 07:37:03 -04:00 |
James Cammarata
|
9d9cd0c42c
|
Handle getting the ds for Conditionals which may not be mixed in
|
2015-06-28 00:30:27 -04:00 |
James Cammarata
|
8ef28253e3
|
Properly catch and report conditional test failures
|
2015-06-27 15:37:10 -04:00 |
James Cammarata
|
ff998b6022
|
Make sure the templar is using the right vars when evaluating conditionals
|
2015-06-17 00:10:11 -04:00 |
James Cammarata
|
803fb397f3
|
Fixing filter plugins directory from switch
|
2015-05-04 01:33:10 -05:00 |
James Cammarata
|
ce3ef7f4c1
|
Making the switch to v2
|
2015-05-03 21:47:26 -05:00 |