community.general/lib/ansible/modules/utilities/logic
Nathaniel 935550d20d Update set_fact.py
Context: I recently discovered that when setting a fact, key=value pairs and complex arguments differ in how the fact is stored. For example, when attempting to use complex arguments using key=values, the result can be stored as a unicode string as opposed to an object/list/etc.

I'm hoping the above example update will better demonstrate to and instruct people to use complex arguments instead of key=value pairs in certain situations.
2016-12-08 11:22:58 -05:00
..
__init__.py added missing init.py for utilities modules 2016-12-08 11:22:25 -05:00
assert.py Renames. 2016-12-08 11:22:25 -05:00
async_status.py Move internal category to utilities to remove one more category from the left hand menu, keeping it concise. 2016-12-08 11:22:25 -05:00
async_wrapper.py Move internal category to utilities to remove one more category from the left hand menu, keeping it concise. 2016-12-08 11:22:25 -05:00
debug.py Renames. 2016-12-08 11:22:25 -05:00
fail.py Renames. 2016-12-08 11:22:25 -05:00
include_vars.py Renames. 2016-12-08 11:22:25 -05:00
pause.py Renames. 2016-12-08 11:22:25 -05:00
set_fact.py Update set_fact.py 2016-12-08 11:22:58 -05:00
wait_for.py added docs to show wait_for default timeout settings 2016-12-08 11:22:54 -05:00