Toshio Kuratomi
|
7aa9f6754a
|
Cleanup more pyflakes warnings (2 real problems)
|
2015-10-19 12:01:01 -07: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 |
Toshio Kuratomi
|
d35b956900
|
listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"
Before this, they were not listified there but they were listified when
specified like this:
with_lookup: terms
|
2015-08-10 09:07:37 -07:00 |
Yannig Perré
|
07fcb50b9b
|
Porting ini lookup plugin against ansible v2.
|
2015-08-07 09:40:24 +02:00 |
Yannig Perré
|
09d257e637
|
Porting ini lookup plugin against ansible v2.
|
2015-08-05 12:07:16 +02:00 |